Html Css Color HEX #F0D0D9 Pink Lace

📋 copy color: '#F0D0D9'

red 240 ◦ green 208 ◦ blue 217

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

Shades of Pink Lace #F0D0D9

Tints of Pink Lace #F0D0D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 32.63%

R = 36.09%
G = 31.28%
B = 32.63%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.10

 K value IS 0.06

RGB Variations

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

Color information

#F0D0D9 (or 0xF0D0D9) is known color: Pink Lace. HEX triplet: F0, D0 and D9. RGB value is (240,208,217). Sum of RGB (Red+Green+Blue) = 240+208+217=665 (88% of max value = 765). Red value is 240 (94.14% from 255 or 36.09% from 665); Green value is 208 (81.64% from 255 or 31.28% from 665); Blue value is 217 (85.16% from 255 or 32.63% from 665); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D0D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0D0D9 is #0F2F26. Grayscale: #DADADA. Windows color (decimal): -995111 or 14274800. OLE color: 14274800.

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

Color convert

RGB 240 208 217 -
CMYK 0 0.13 0.10 0.06
HSL 343.13º 0.52% 0.88% -
HSV(B) 343.13º 0.13% 0.94% -
XYZ 71.02 68.65 75.15 -
YUV 218.59 127.1 143.27 -
System Red Green Blue C M Y K H S L
Decimal 240 208 217 0 0.13 0.10 0.06 343.13 0.52 0.88
Hex F0 D0 D9 0 D A 6 157 34 58
Octal 360 320 331 0 15 12 6 527 64 130
Binary 11110000 11010000 11011001 0 1101 1010 110 101010111 110100 1011000

Color Harmonies of #F0D0D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D0D9

Black with #F0D0D9

Text Example


Text Example

White with #F0D0D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D0D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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