Html Css Color HEX #F0D3DB Pink Lace

📋 copy color: '#F0D3DB'

red 240 ◦ green 211 ◦ blue 219

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

Shades of Pink Lace #F0D3DB

Tints of Pink Lace #F0D3DB

RGB

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

 GREEN value IS 211 (82.81% from 255) = 31.49%

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

R = 35.82%
G = 31.49%
B = 32.69%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#F0D3DB (or 0xF0D3DB) is known color: Pink Lace. HEX triplet: F0, D3 and DB. RGB value is (240,211,219). Sum of RGB (Red+Green+Blue) = 240+211+219=670 (88% of max value = 765). Red value is 240 (94.14% from 255 or 35.82% from 670); Green value is 211 (82.81% from 255 or 31.49% from 670); Blue value is 219 (85.94% from 255 or 32.69% from 670); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D3DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0D3DB is #0F2C24. Grayscale: #DCDCDC. Windows color (decimal): -994341 or 14406640. OLE color: 14406640.

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

Color convert

RGB 240 211 219 -
CMYK 0 0.12 0.09 0.06
HSL 343.45º 0.49% 0.88% -
HSV(B) 343.45º 0.12% 0.94% -
XYZ 72.02 70.23 76.78 -
YUV 220.58 127.11 141.85 -
System Red Green Blue C M Y K H S L
Decimal 240 211 219 0 0.12 0.09 0.06 343.45 0.49 0.88
Hex F0 D3 DB 0 C 9 6 157 31 58
Octal 360 323 333 0 14 11 6 527 61 130
Binary 11110000 11010011 11011011 0 1100 1001 110 101010111 110001 1011000

Color Harmonies of #F0D3DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D3DB

Black with #F0D3DB

Text Example


Text Example

White with #F0D3DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D3DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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