Html Css Color HEX #FAD2DD Pink Lace

📋 copy color: '#FAD2DD'

red 250 ◦ green 210 ◦ blue 221

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

Shades of Pink Lace #FAD2DD

Tints of Pink Lace #FAD2DD

RGB

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

 GREEN value IS 210 (82.42% from 255) = 30.84%

 BLUE value IS 221 (86.72% from 255) = 32.45%

R = 36.71%
G = 30.84%
B = 32.45%

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

#FAD2DD (or 0xFAD2DD) is known color: Pink Lace. HEX triplet: FA, D2 and DD. RGB value is (250,210,221). Sum of RGB (Red+Green+Blue) = 250+210+221=681 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.71% from 681); Green value is 210 (82.42% from 255 or 30.84% from 681); Blue value is 221 (86.72% from 255 or 32.45% from 681); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD2DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD2DD is #052D22. Grayscale: #DFDFDF. Windows color (decimal): -339235 or 14537466. OLE color: 14537466.

HSL color Cylindrical-coordinate representation of color #FAD2DD: hue angle of 343.5º 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 #FAD2DD is Cyan = 0, Magento = 0.16, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 210 221 -
CMYK 0 0.16 0.12 0.02
HSL 343.5º 0.8% 0.9% -
HSV(B) 343.5º 0.16% 0.98% -
XYZ 75.52 71.64 78.25 -
YUV 223.21 126.75 147.11 -
System Red Green Blue C M Y K H S L
Decimal 250 210 221 0 0.16 0.12 0.02 343.5 0.8 0.9
Hex FA D2 DD 0 10 C 2 158 50 5A
Octal 372 322 335 0 20 14 2 530 120 132
Binary 11111010 11010010 11011101 0 10000 1100 10 101011000 1010000 1011010

Color Harmonies of #FAD2DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD2DD

Black with #FAD2DD

Text Example


Text Example

White with #FAD2DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD2DD; }

 p { color: rgb(250,210,221); }

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

background-color css

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

 a { background-color: rgb(250,210,221); }

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

border-color css

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

 span { border-color: rgb(250,210,221); }

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