Html Css Color HEX #F0D1DB Pink Lace

📋 copy color: '#F0D1DB'

red 240 ◦ green 209 ◦ blue 219

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

Shades of Pink Lace #F0D1DB

Tints of Pink Lace #F0D1DB

RGB

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

 GREEN value IS 209 (82.03% from 255) = 31.29%

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

R = 35.93%
G = 31.29%
B = 32.78%

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

#F0D1DB (or 0xF0D1DB) is known color: Pink Lace. HEX triplet: F0, D1 and DB. RGB value is (240,209,219). Sum of RGB (Red+Green+Blue) = 240+209+219=668 (88% of max value = 765). Red value is 240 (94.14% from 255 or 35.93% from 668); Green value is 209 (82.03% from 255 or 31.29% from 668); Blue value is 219 (85.94% from 255 or 32.78% from 668); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D1DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0D1DB is #0F2E24. Grayscale: #DBDBDB. Windows color (decimal): -994853 or 14406128. OLE color: 14406128.

HSL color Cylindrical-coordinate representation of color #F0D1DB: hue angle of 340.65º degrees, saturation: 0.51, 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 #F0D1DB is Cyan = 0, Magento = 0.13, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 209 219 -
CMYK 0 0.13 0.09 0.06
HSL 340.65º 0.51% 0.88% -
HSV(B) 340.65º 0.13% 0.94% -
XYZ 71.52 69.24 76.61 -
YUV 219.41 127.77 142.69 -
System Red Green Blue C M Y K H S L
Decimal 240 209 219 0 0.13 0.09 0.06 340.65 0.51 0.88
Hex F0 D1 DB 0 D 9 6 155 33 58
Octal 360 321 333 0 15 11 6 525 63 130
Binary 11110000 11010001 11011011 0 1101 1001 110 101010101 110011 1011000

Color Harmonies of #F0D1DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D1DB

Black with #F0D1DB

Text Example


Text Example

White with #F0D1DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D1DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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