Html Css Color HEX #FAD9E7 Pig Pink

📋 copy color: '#FAD9E7'

red 250 ◦ green 217 ◦ blue 231

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

Shades of Pig Pink #FAD9E7

Tints of Pig Pink #FAD9E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 33.09%

R = 35.82%
G = 31.09%
B = 33.09%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#FAD9E7 (or 0xFAD9E7) is known color: Pig Pink. HEX triplet: FA, D9 and E7. RGB value is (250,217,231). Sum of RGB (Red+Green+Blue) = 250+217+231=698 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.82% from 698); Green value is 217 (85.16% from 255 or 31.09% from 698); Blue value is 231 (90.62% from 255 or 33.09% from 698); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD9E7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAD9E7 is #052618. Grayscale: #E4E4E4. Windows color (decimal): -337433 or 15194618. OLE color: 15194618.

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

Color convert

RGB 250 217 231 -
CMYK 0 0.13 0.08 0.02
HSL 334.55º 0.77% 0.92% -
HSV(B) 334.55º 0.13% 0.98% -
XYZ 78.66 75.72 86.07 -
YUV 228.46 129.43 143.36 -
System Red Green Blue C M Y K H S L
Decimal 250 217 231 0 0.13 0.08 0.02 334.55 0.77 0.92
Hex FA D9 E7 0 D 8 2 14F 4D 5C
Octal 372 331 347 0 15 10 2 517 115 134
Binary 11111010 11011001 11100111 0 1101 1000 10 101001111 1001101 1011100

Color Harmonies of #FAD9E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD9E7

Black with #FAD9E7

Text Example


Text Example

White with #FAD9E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD9E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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