Html Css Color HEX #FAD9E6 Pig Pink

📋 copy color: '#FAD9E6'

red 250 ◦ green 217 ◦ blue 230

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

Shades of Pig Pink #FAD9E6

Tints of Pig Pink #FAD9E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 33%

R = 35.87%
G = 31.13%
B = 33%

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

#FAD9E6 (or 0xFAD9E6) is known color: Pig Pink. HEX triplet: FA, D9 and E6. RGB value is (250,217,230). Sum of RGB (Red+Green+Blue) = 250+217+230=697 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.87% from 697); Green value is 217 (85.16% from 255 or 31.13% from 697); Blue value is 230 (90.23% from 255 or 33.00% from 697); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD9E6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAD9E6 is #052619. Grayscale: #E4E4E4. Windows color (decimal): -337434 or 15129082. OLE color: 15129082.

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

Color convert

RGB 250 217 230 -
CMYK 0 0.13 0.08 0.02
HSL 336.36º 0.77% 0.92% -
HSV(B) 336.36º 0.13% 0.98% -
XYZ 78.52 75.66 85.33 -
YUV 228.35 128.93 143.44 -
System Red Green Blue C M Y K H S L
Decimal 250 217 230 0 0.13 0.08 0.02 336.36 0.77 0.92
Hex FA D9 E6 0 D 8 2 150 4D 5C
Octal 372 331 346 0 15 10 2 520 115 134
Binary 11111010 11011001 11100110 0 1101 1000 10 101010000 1001101 1011100

Color Harmonies of #FAD9E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD9E6

Black with #FAD9E6

Text Example


Text Example

White with #FAD9E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD9E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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