Html Css Color HEX #FAD2DE Pig Pink

📋 copy color: '#FAD2DE'

red 250 ◦ green 210 ◦ blue 222

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

Shades of Pig Pink #FAD2DE

Tints of Pig Pink #FAD2DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 32.55%

R = 36.66%
G = 30.79%
B = 32.55%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#FAD2DE (or 0xFAD2DE) is known color: Pig Pink. HEX triplet: FA, D2 and DE. RGB value is (250,210,222). Sum of RGB (Red+Green+Blue) = 250+210+222=682 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.66% from 682); Green value is 210 (82.42% from 255 or 30.79% from 682); Blue value is 222 (87.11% from 255 or 32.55% from 682); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD2DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD2DE is #052D21. Grayscale: #DFDFDF. Windows color (decimal): -339234 or 14603002. OLE color: 14603002.

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

Color convert

RGB 250 210 222 -
CMYK 0 0.16 0.11 0.02
HSL 342º 0.8% 0.9% -
HSV(B) 342º 0.16% 0.98% -
XYZ 75.66 71.69 78.96 -
YUV 223.33 127.25 147.02 -
System Red Green Blue C M Y K H S L
Decimal 250 210 222 0 0.16 0.11 0.02 342 0.8 0.9
Hex FA D2 DE 0 10 B 2 156 50 5A
Octal 372 322 336 0 20 13 2 526 120 132
Binary 11111010 11010010 11011110 0 10000 1011 10 101010110 1010000 1011010

Color Harmonies of #FAD2DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD2DE

Black with #FAD2DE

Text Example


Text Example

White with #FAD2DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD2DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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