Html Css Color HEX #FAD1DC Pink Lace

📋 copy color: '#FAD1DC'

red 250 ◦ green 209 ◦ blue 220

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

Shades of Pink Lace #FAD1DC

Tints of Pink Lace #FAD1DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 32.4%

R = 36.82%
G = 30.78%
B = 32.4%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#FAD1DC (or 0xFAD1DC) is known color: Pink Lace. HEX triplet: FA, D1 and DC. RGB value is (250,209,220). Sum of RGB (Red+Green+Blue) = 250+209+220=679 (89% of max value = 765). Red value is 250 (98.05% from 255 or 36.82% from 679); Green value is 209 (82.03% from 255 or 30.78% from 679); Blue value is 220 (86.33% from 255 or 32.40% from 679); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD1DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD1DC is #052E23. Grayscale: #DEDEDE. Windows color (decimal): -339492 or 14471674. OLE color: 14471674.

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

Color convert

RGB 250 209 220 -
CMYK 0 0.16 0.12 0.02
HSL 343.9º 0.8% 0.9% -
HSV(B) 343.9º 0.16% 0.98% -
XYZ 75.14 71.09 77.47 -
YUV 222.51 126.58 147.61 -
System Red Green Blue C M Y K H S L
Decimal 250 209 220 0 0.16 0.12 0.02 343.9 0.8 0.9
Hex FA D1 DC 0 10 C 2 158 50 5A
Octal 372 321 334 0 20 14 2 530 120 132
Binary 11111010 11010001 11011100 0 10000 1100 10 101011000 1010000 1011010

Color Harmonies of #FAD1DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD1DC

Black with #FAD1DC

Text Example


Text Example

White with #FAD1DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD1DC; }

 p { color: rgb(250,209,220); }

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

background-color css

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

 a { background-color: rgb(250,209,220); }

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

border-color css

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

 span { border-color: rgb(250,209,220); }

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