Html Css Color HEX #F0CFD7 Pink Lace

📋 copy color: '#F0CFD7'

red 240 ◦ green 207 ◦ blue 215

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

Shades of Pink Lace #F0CFD7

Tints of Pink Lace #F0CFD7

RGB

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

 GREEN value IS 207 (81.25% from 255) = 31.27%

 BLUE value IS 215 (84.38% from 255) = 32.48%

R = 36.25%
G = 31.27%
B = 32.48%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.10

 K value IS 0.06

RGB Variations

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

Color information

#F0CFD7 (or 0xF0CFD7) is known color: Pink Lace. HEX triplet: F0, CF and D7. RGB value is (240,207,215). Sum of RGB (Red+Green+Blue) = 240+207+215=662 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.25% from 662); Green value is 207 (81.25% from 255 or 31.27% from 662); Blue value is 215 (84.38% from 255 or 32.48% from 662); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CFD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0CFD7 is #0F3028. Grayscale: #D9D9D9. Windows color (decimal): -995369 or 14143472. OLE color: 14143472.

HSL color Cylindrical-coordinate representation of color #F0CFD7: hue angle of 345.45º degrees, saturation: 0.52, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F0CFD7 is Cyan = 0, Magento = 0.14, Yellow = 0.10 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 207 215 -
CMYK 0 0.14 0.10 0.06
HSL 345.45º 0.52% 0.88% -
HSV(B) 345.45º 0.14% 0.94% -
XYZ 70.51 68.06 73.71 -
YUV 217.78 126.43 143.85 -
System Red Green Blue C M Y K H S L
Decimal 240 207 215 0 0.14 0.10 0.06 345.45 0.52 0.88
Hex F0 CF D7 0 E A 6 159 34 58
Octal 360 317 327 0 16 12 6 531 64 130
Binary 11110000 11001111 11010111 0 1110 1010 110 101011001 110100 1011000

Color Harmonies of #F0CFD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0CFD7

Black with #F0CFD7

Text Example


Text Example

White with #F0CFD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0CFD7; }

 p { color: rgb(240,207,215); }

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

background-color css

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

 a { background-color: rgb(240,207,215); }

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

border-color css

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

 span { border-color: rgb(240,207,215); }

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