Html Css Color HEX #F0D0DB Pink Lace

📋 copy color: '#F0D0DB'

red 240 ◦ green 208 ◦ blue 219

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

Shades of Pink Lace #F0D0DB

Tints of Pink Lace #F0D0DB

RGB

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

 GREEN value IS 208 (81.64% from 255) = 31.18%

 BLUE value IS 219 (85.94% from 255) = 32.83%

R = 35.98%
G = 31.18%
B = 32.83%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#F0D0DB (or 0xF0D0DB) is known color: Pink Lace. HEX triplet: F0, D0 and DB. RGB value is (240,208,219). Sum of RGB (Red+Green+Blue) = 240+208+219=667 (88% of max value = 765). Red value is 240 (94.14% from 255 or 35.98% from 667); Green value is 208 (81.64% from 255 or 31.18% from 667); Blue value is 219 (85.94% from 255 or 32.83% from 667); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D0DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0D0DB is #0F2F24. Grayscale: #DADADA. Windows color (decimal): -995109 or 14405872. OLE color: 14405872.

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

Color convert

RGB 240 208 219 -
CMYK 0 0.13 0.09 0.06
HSL 339.38º 0.52% 0.88% -
HSV(B) 339.38º 0.13% 0.94% -
XYZ 71.28 68.75 76.53 -
YUV 218.82 128.1 143.11 -
System Red Green Blue C M Y K H S L
Decimal 240 208 219 0 0.13 0.09 0.06 339.38 0.52 0.88
Hex F0 D0 DB 0 D 9 6 153 34 58
Octal 360 320 333 0 15 11 6 523 64 130
Binary 11110000 11010000 11011011 0 1101 1001 110 101010011 110100 1011000

Color Harmonies of #F0D0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D0DB

Black with #F0D0DB

Text Example


Text Example

White with #F0D0DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D0DB; }

 p { color: rgb(240,208,219); }

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

background-color css

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

 a { background-color: rgb(240,208,219); }

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

border-color css

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

 span { border-color: rgb(240,208,219); }

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