Html Css Color HEX #FAD9E5 Pig Pink

📋 copy color: '#FAD9E5'

red 250 ◦ green 217 ◦ blue 229

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

Shades of Pig Pink #FAD9E5

Tints of Pig Pink #FAD9E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 32.9%

R = 35.92%
G = 31.18%
B = 32.9%

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

#FAD9E5 (or 0xFAD9E5) is known color: Pig Pink. HEX triplet: FA, D9 and E5. RGB value is (250,217,229). Sum of RGB (Red+Green+Blue) = 250+217+229=696 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.92% from 696); Green value is 217 (85.16% from 255 or 31.18% from 696); Blue value is 229 (89.84% from 255 or 32.90% from 696); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD9E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD9E5 is #05261A. Grayscale: #E4E4E4. Windows color (decimal): -337435 or 15063546. OLE color: 15063546.

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

Color convert

RGB 250 217 229 -
CMYK 0 0.13 0.08 0.02
HSL 338.18º 0.77% 0.92% -
HSV(B) 338.18º 0.13% 0.98% -
XYZ 78.38 75.61 84.59 -
YUV 228.24 128.43 143.52 -
System Red Green Blue C M Y K H S L
Decimal 250 217 229 0 0.13 0.08 0.02 338.18 0.77 0.92
Hex FA D9 E5 0 D 8 2 152 4D 5C
Octal 372 331 345 0 15 10 2 522 115 134
Binary 11111010 11011001 11100101 0 1101 1000 10 101010010 1001101 1011100

Color Harmonies of #FAD9E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD9E5

Black with #FAD9E5

Text Example


Text Example

White with #FAD9E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD9E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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