Html Css Color HEX #F0CCD6 Pink Lace

📋 copy color: '#F0CCD6'

red 240 ◦ green 204 ◦ blue 214

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

Shades of Pink Lace #F0CCD6

Tints of Pink Lace #F0CCD6

RGB

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

 GREEN value IS 204 (80.08% from 255) = 31%

 BLUE value IS 214 (83.98% from 255) = 32.52%

R = 36.47%
G = 31%
B = 32.52%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.11

 K value IS 0.06

RGB Variations

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

Color information

#F0CCD6 (or 0xF0CCD6) is known color: Pink Lace. HEX triplet: F0, CC and D6. RGB value is (240,204,214). Sum of RGB (Red+Green+Blue) = 240+204+214=658 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.47% from 658); Green value is 204 (80.08% from 255 or 31.00% from 658); Blue value is 214 (83.98% from 255 or 32.52% from 658); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CCD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0CCD6 is #0F3329. Grayscale: #D7D7D7. Windows color (decimal): -996138 or 14077168. OLE color: 14077168.

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

Color convert

RGB 240 204 214 -
CMYK 0 0.15 0.11 0.06
HSL 343.33º 0.55% 0.87% -
HSV(B) 343.33º 0.15% 0.94% -
XYZ 69.67 66.57 72.8 -
YUV 215.9 126.93 145.19 -
System Red Green Blue C M Y K H S L
Decimal 240 204 214 0 0.15 0.11 0.06 343.33 0.55 0.87
Hex F0 CC D6 0 F B 6 157 37 57
Octal 360 314 326 0 17 13 6 527 67 127
Binary 11110000 11001100 11010110 0 1111 1011 110 101010111 110111 1010111

Color Harmonies of #F0CCD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0CCD6

Black with #F0CCD6

Text Example


Text Example

White with #F0CCD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0CCD6; }

 p { color: rgb(240,204,214); }

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

background-color css

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

 a { background-color: rgb(240,204,214); }

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

border-color css

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

 span { border-color: rgb(240,204,214); }

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