Color Hex Logo

#f4cbca Color Hex

#F4CBCA
(244,203,202)
0 Favorites   0 Comments

Color spaces of #f4cbca

RGB 244203202
HSL0.000.660.87
HSV17°96°
CMYK 0.000.170.17   0.04
XYZ69.324866.209265.0030
Yxy66.20920.34570.3302
Hunter Lab81.36909.68269.5935
CIE-Lab85.103014.28815.9108

#f4cbca color RGB value is (244,203,202).

#f4cbca hex color red value is 244, green value is 203 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #f4cbca hue: 0.00 , saturation: 0.66 and the lightness value of f4cbca is 0.87.

The process color (four color CMYK) of #f4cbca color hex is 0.00, 0.17, 0.17, 0.04. Web safe color of #f4cbca is #ffcccc. Color #f4cbca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 11001011 11001010
Octal 364 313 312
Decimal 244 203 202
Hex F4 CB CA

RGB Percentages of Color #f4cbca

%37.60
%31.28
%31.12

CMYK Percentages of Color #f4cbca

%0
%17
%17
%4

Triadic Colors of #f4cbca

#f4cbca #caf4cb #cbcaf4

Analogous Colors of #f4cbca

#f4cbca #f4e0ca #f4cade

Monochromatic Colors of #f4cbca

#f4cbca

Complementary Color

#f4cbca #caf3f4

#f4cbca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f4cbca Color Preview on White Background

Lorem ipsum dolor sit amet.

#f4cbca Color CSS Codes

.mybgcolor {background-color:#f4cbca; } 
.myforecolor {color:#f4cbca; }
.mybordercolor {border:3px solid #f4cbca; }

#f4cbca Text Font Color

<p style="color:#f4cbca">Text here</p>

This sample text font color is #f4cbca
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#f4cbca Background Color

<div style="background-color:#f4cbca">
Div content here</div>

This div background color is #f4cbca


#f4cbca Border Color

<div style="border:3px solid #f4cbca">
Div here</div>

This div border color is #f4cbca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(244,203,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f4cbca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f4cbca;
  -webkit-box-shadow: 1px 1px 3px 2px #f4cbca;
  box-shadow:         1px 1px 3px 2px #f4cbca; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(244,203,202, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #f4cbca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #f4cbca;
  -webkit-box-shadow: 1px 1px 3px 2px #f4cbca;
  box-shadow:         1px 1px 3px 2px #f4cbca;">
Div content here</div>

This div box has shadow with color #f4cbca


Comments

No comments written yet.

Please login to write comment.