Html Css Color HEX #FAD9EC Pig Pink

📋 copy color: '#FAD9EC'

red 250 ◦ green 217 ◦ blue 236

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

Shades of Pig Pink #FAD9EC

Tints of Pig Pink #FAD9EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 33.57%

R = 35.56%
G = 30.87%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#FAD9EC (or 0xFAD9EC) is known color: Pig Pink. HEX triplet: FA, D9 and EC. RGB value is (250,217,236). Sum of RGB (Red+Green+Blue) = 250+217+236=703 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.56% from 703); Green value is 217 (85.16% from 255 or 30.87% from 703); Blue value is 236 (92.58% from 255 or 33.57% from 703); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD9EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAD9EC is #052613. Grayscale: #E4E4E4. Windows color (decimal): -337428 or 15522298. OLE color: 15522298.

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

Color convert

RGB 250 217 236 -
CMYK 0 0.13 0.06 0.02
HSL 325.45º 0.77% 0.92% -
HSV(B) 325.45º 0.13% 0.98% -
XYZ 79.38 76.01 89.84 -
YUV 229.03 131.93 142.96 -
System Red Green Blue C M Y K H S L
Decimal 250 217 236 0 0.13 0.06 0.02 325.45 0.77 0.92
Hex FA D9 EC 0 D 6 2 145 4D 5C
Octal 372 331 354 0 15 6 2 505 115 134
Binary 11111010 11011001 11101100 0 1101 110 10 101000101 1001101 1011100

Color Harmonies of #FAD9EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD9EC

Black with #FAD9EC

Text Example


Text Example

White with #FAD9EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD9EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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