Html Css Color HEX #FAD9E8 Pig Pink

📋 copy color: '#FAD9E8'

red 250 ◦ green 217 ◦ blue 232

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

Shades of Pig Pink #FAD9E8

Tints of Pig Pink #FAD9E8

RGB

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

 GREEN value IS 217 (85.16% from 255) = 31.04%

 BLUE value IS 232 (91.02% from 255) = 33.19%

R = 35.77%
G = 31.04%
B = 33.19%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.07

 K value IS 0.02

RGB Variations

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

Color information

#FAD9E8 (or 0xFAD9E8) is known color: Pig Pink. HEX triplet: FA, D9 and E8. RGB value is (250,217,232). Sum of RGB (Red+Green+Blue) = 250+217+232=699 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.77% from 699); Green value is 217 (85.16% from 255 or 31.04% from 699); Blue value is 232 (91.02% from 255 or 33.19% from 699); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD9E8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAD9E8 is #052617. Grayscale: #E4E4E4. Windows color (decimal): -337432 or 15260154. OLE color: 15260154.

HSL color Cylindrical-coordinate representation of color #FAD9E8: hue angle of 332.73º degrees, saturation: 0.77, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FAD9E8 is Cyan = 0, Magento = 0.13, Yellow = 0.07 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 217 232 -
CMYK 0 0.13 0.07 0.02
HSL 332.73º 0.77% 0.92% -
HSV(B) 332.73º 0.13% 0.98% -
XYZ 78.8 75.78 86.82 -
YUV 228.58 129.93 143.28 -
System Red Green Blue C M Y K H S L
Decimal 250 217 232 0 0.13 0.07 0.02 332.73 0.77 0.92
Hex FA D9 E8 0 D 7 2 14D 4D 5C
Octal 372 331 350 0 15 7 2 515 115 134
Binary 11111010 11011001 11101000 0 1101 111 10 101001101 1001101 1011100

Color Harmonies of #FAD9E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD9E8

Black with #FAD9E8

Text Example


Text Example

White with #FAD9E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD9E8; }

 p { color: rgb(250,217,232); }

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

background-color css

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

 a { background-color: rgb(250,217,232); }

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

border-color css

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

 span { border-color: rgb(250,217,232); }

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