Color Hex Logo

#f0afca Color Hex

#F0AFCA
(240,175,202)
0 Favorites   0 Comments

Color spaces of #f0afca

RGB 240175202
HSL0.930.680.81
HSV335°27°94°
CMYK 0.000.270.16   0.06
XYZ61.925853.449562.9301
Yxy53.44950.34730.2998
Hunter Lab73.109223.25420.1414
CIE-Lab78.139627.6844-4.2856

#f0afca color RGB value is (240,175,202).

#f0afca hex color red value is 240, green value is 175 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #f0afca hue: 0.93 , saturation: 0.68 and the lightness value of f0afca is 0.81.

The process color (four color CMYK) of #f0afca color hex is 0.00, 0.27, 0.16, 0.06. Web safe color of #f0afca is #ff99cc. Color #f0afca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 10101111 11001010
Octal 360 257 312
Decimal 240 175 202
Hex F0 AF CA

RGB Percentages of Color #f0afca

%38.90
%28.36
%32.74

CMYK Percentages of Color #f0afca

%0
%27
%16
%6

Triadic Colors of #f0afca

#f0afca #caf0af #afcaf0

Analogous Colors of #f0afca

#f0afca #f0b5af #f0afeb

Monochromatic Colors of #f0afca

#f0afca

Complementary Color

#f0afca #aff0d5

#f0afca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0afca Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0afca Color CSS Codes

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

#f0afca Text Font Color

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

This sample text font color is #f0afca
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.


#f0afca Background Color

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

This div background color is #f0afca


#f0afca Border Color

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

This div border color is #f0afca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(240,175,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 #f0afca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0afca


Comments

No comments written yet.

Please login to write comment.