Html Css Color HEX #F5D1DB Pink Lace

📋 copy color: '#F5D1DB'

red 245 ◦ green 209 ◦ blue 219

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

Shades of Pink Lace #F5D1DB

Tints of Pink Lace #F5D1DB

RGB

 RED value IS 245 (96.09% from 255) = 36.4%

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

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

R = 36.4%
G = 31.05%
B = 32.54%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#F5D1DB (or 0xF5D1DB) is known color: Pink Lace. HEX triplet: F5, D1 and DB. RGB value is (245,209,219). Sum of RGB (Red+Green+Blue) = 245+209+219=673 (89% of max value = 765). Red value is 245 (96.09% from 255 or 36.40% from 673); Green value is 209 (82.03% from 255 or 31.05% from 673); Blue value is 219 (85.94% from 255 or 32.54% from 673); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D1DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5D1DB is #0A2E24. Grayscale: #DCDCDC. Windows color (decimal): -667173 or 14406133. OLE color: 14406133.

HSL color Cylindrical-coordinate representation of color #F5D1DB: hue angle of 343.33º degrees, saturation: 0.64, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F5D1DB is Cyan = 0, Magento = 0.15, Yellow = 0.11 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 209 219 -
CMYK 0 0.15 0.11 0.04
HSL 343.33º 0.64% 0.89% -
HSV(B) 343.33º 0.15% 0.96% -
XYZ 73.24 70.13 76.69 -
YUV 220.9 126.93 145.19 -
System Red Green Blue C M Y K H S L
Decimal 245 209 219 0 0.15 0.11 0.04 343.33 0.64 0.89
Hex F5 D1 DB 0 F B 4 157 40 59
Octal 365 321 333 0 17 13 4 527 100 131
Binary 11110101 11010001 11011011 0 1111 1011 100 101010111 1000000 1011001

Color Harmonies of #F5D1DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5D1DB

Black with #F5D1DB

Text Example


Text Example

White with #F5D1DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5D1DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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