Html Css Color HEX #FAD9ED Pig Pink

📋 copy color: '#FAD9ED'

red 250 ◦ green 217 ◦ blue 237

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

Shades of Pig Pink #FAD9ED

Tints of Pig Pink #FAD9ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 33.66%

R = 35.51%
G = 30.82%
B = 33.66%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#FAD9ED (or 0xFAD9ED) is known color: Pig Pink. HEX triplet: FA, D9 and ED. RGB value is (250,217,237). Sum of RGB (Red+Green+Blue) = 250+217+237=704 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.51% from 704); Green value is 217 (85.16% from 255 or 30.82% from 704); Blue value is 237 (92.97% from 255 or 33.66% from 704); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD9ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAD9ED is #052612. Grayscale: #E5E5E5. Windows color (decimal): -337427 or 15587834. OLE color: 15587834.

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

Color convert

RGB 250 217 237 -
CMYK 0 0.13 0.05 0.02
HSL 323.64º 0.77% 0.92% -
HSV(B) 323.64º 0.13% 0.98% -
XYZ 79.52 76.06 90.61 -
YUV 229.15 132.43 142.87 -
System Red Green Blue C M Y K H S L
Decimal 250 217 237 0 0.13 0.05 0.02 323.64 0.77 0.92
Hex FA D9 ED 0 D 5 2 144 4D 5C
Octal 372 331 355 0 15 5 2 504 115 134
Binary 11111010 11011001 11101101 0 1101 101 10 101000100 1001101 1011100

Color Harmonies of #FAD9ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD9ED

Black with #FAD9ED

Text Example


Text Example

White with #FAD9ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD9ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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