Html Css Color HEX #F0CAD5 Pink Lace

📋 copy color: '#F0CAD5'

red 240 ◦ green 202 ◦ blue 213

#F0CAD5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pink Lace #F0CAD5

Tints of Pink Lace #F0CAD5

RGB

 RED value IS 240 (94.14% from 255) = 36.64%

 GREEN value IS 202 (79.3% from 255) = 30.84%

 BLUE value IS 213 (83.59% from 255) = 32.52%

R = 36.64%
G = 30.84%
B = 32.52%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.11

 K value IS 0.06

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#F0CAD5 (or 0xF0CAD5) is known color: Pink Lace. HEX triplet: F0, CA and D5. RGB value is (240,202,213). Sum of RGB (Red+Green+Blue) = 240+202+213=655 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.64% from 655); Green value is 202 (79.30% from 255 or 30.84% from 655); Blue value is 213 (83.59% from 255 or 32.52% from 655); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CAD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0CAD5 is #0F352A. Grayscale: #D6D6D6. Windows color (decimal): -996651 or 14011120. OLE color: 14011120.

HSL color Cylindrical-coordinate representation of color #F0CAD5: hue angle of 342.63º degrees, saturation: 0.56, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F0CAD5 is Cyan = 0, Magento = 0.16, Yellow = 0.11 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 202 213 -
CMYK 0 0.16 0.11 0.06
HSL 342.63º 0.56% 0.87% -
HSV(B) 342.63º 0.16% 0.94% -
XYZ 69.07 65.57 71.97 -
YUV 214.62 127.09 146.11 -
System Red Green Blue C M Y K H S L
Decimal 240 202 213 0 0.16 0.11 0.06 342.63 0.56 0.87
Hex F0 CA D5 0 10 B 6 157 38 57
Octal 360 312 325 0 20 13 6 527 70 127
Binary 11110000 11001010 11010101 0 10000 1011 110 101010111 111000 1010111

Color Harmonies of #F0CAD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0CAD5

Black with #F0CAD5

Text Example


Text Example

White with #F0CAD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0CAD5; }

 p { color: rgb(240,202,213); }

 H1.HeaderClassName
 {
   color: #F0CAD5;
 }
 .AnyTagClassName
 {
   color: #F0CAD5;
 }
</style>

background-color css

<style>
 a { background-color: #F0CAD5; }

 a { background-color: rgb(240,202,213); }

 div.DivClassName
 {
   background-color: #F0CAD5;
 }
 .BgClassName
 {
   background-color: #F0CAD5;
 }
</style>

border-color css

<style>
 span { border-color: #F0CAD5; }

 span { border-color: rgb(240,202,213); }

 td.TdClassName
 {
   border-color: #F0CAD5;
 }
 .TagClassName
 {
   border-color: #F0CAD5;
 }
</style>