Html Css Color HEX #FAD0E2 Pig Pink

📋 copy color: '#FAD0E2'

red 250 ◦ green 208 ◦ blue 226

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

Shades of Pig Pink #FAD0E2

Tints of Pig Pink #FAD0E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 33.04%

R = 36.55%
G = 30.41%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#FAD0E2 (or 0xFAD0E2) is known color: Pig Pink. HEX triplet: FA, D0 and E2. RGB value is (250,208,226). Sum of RGB (Red+Green+Blue) = 250+208+226=684 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.55% from 684); Green value is 208 (81.64% from 255 or 30.41% from 684); Blue value is 226 (88.67% from 255 or 33.04% from 684); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD0E2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD0E2 is #052F1D. Grayscale: #DEDEDE. Windows color (decimal): -339742 or 14864634. OLE color: 14864634.

HSL color Cylindrical-coordinate representation of color #FAD0E2: hue angle of 334.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 #FAD0E2 is Cyan = 0, Magento = 0.17, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 208 226 -
CMYK 0 0.17 0.10 0.02
HSL 334.29º 0.81% 0.9% -
HSV(B) 334.29º 0.17% 0.98% -
XYZ 75.71 70.93 81.65 -
YUV 222.61 129.91 147.54 -
System Red Green Blue C M Y K H S L
Decimal 250 208 226 0 0.17 0.10 0.02 334.29 0.81 0.9
Hex FA D0 E2 0 11 A 2 14E 51 5A
Octal 372 320 342 0 21 12 2 516 121 132
Binary 11111010 11010000 11100010 0 10001 1010 10 101001110 1010001 1011010

Color Harmonies of #FAD0E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD0E2

Black with #FAD0E2

Text Example


Text Example

White with #FAD0E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD0E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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