Html Css Color HEX #FAD0DB Pink Lace

📋 copy color: '#FAD0DB'

red 250 ◦ green 208 ◦ blue 219

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

Shades of Pink Lace #FAD0DB

Tints of Pink Lace #FAD0DB

RGB

 RED value IS 250 (98.05% from 255) = 36.93%

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

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

R = 36.93%
G = 30.72%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#FAD0DB (or 0xFAD0DB) is known color: Pink Lace. HEX triplet: FA, D0 and DB. RGB value is (250,208,219). Sum of RGB (Red+Green+Blue) = 250+208+219=677 (89% of max value = 765). Red value is 250 (98.05% from 255 or 36.93% from 677); Green value is 208 (81.64% from 255 or 30.72% from 677); Blue value is 219 (85.94% from 255 or 32.35% from 677); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD0DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD0DB is #052F24. Grayscale: #DDDDDD. Windows color (decimal): -339749 or 14405882. OLE color: 14405882.

HSL color Cylindrical-coordinate representation of color #FAD0DB: hue angle of 344.29º degrees, saturation: 0.81, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FAD0DB is Cyan = 0, Magento = 0.17, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 208 219 -
CMYK 0 0.17 0.12 0.02
HSL 344.29º 0.81% 0.9% -
HSV(B) 344.29º 0.17% 0.98% -
XYZ 74.77 70.55 76.69 -
YUV 221.81 126.41 148.11 -
System Red Green Blue C M Y K H S L
Decimal 250 208 219 0 0.17 0.12 0.02 344.29 0.81 0.9
Hex FA D0 DB 0 11 C 2 158 51 5A
Octal 372 320 333 0 21 14 2 530 121 132
Binary 11111010 11010000 11011011 0 10001 1100 10 101011000 1010001 1011010

Color Harmonies of #FAD0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD0DB

Black with #FAD0DB

Text Example


Text Example

White with #FAD0DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD0DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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