Html Css Color HEX #F9D2E5 Pig Pink

📋 copy color: '#F9D2E5'

red 249 ◦ green 210 ◦ blue 229

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

Shades of Pig Pink #F9D2E5

Tints of Pig Pink #F9D2E5

RGB

 RED value IS 249 (97.66% from 255) = 36.19%

 GREEN value IS 210 (82.42% from 255) = 30.52%

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

R = 36.19%
G = 30.52%
B = 33.28%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#F9D2E5 (or 0xF9D2E5) is known color: Pig Pink. HEX triplet: F9, D2 and E5. RGB value is (249,210,229). Sum of RGB (Red+Green+Blue) = 249+210+229=688 (91% of max value = 765). Red value is 249 (97.66% from 255 or 36.19% from 688); Green value is 210 (82.42% from 255 or 30.52% from 688); Blue value is 229 (89.84% from 255 or 33.28% from 688); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D2E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9D2E5 is #062D1A. Grayscale: #DFDFDF. Windows color (decimal): -404763 or 15061753. OLE color: 15061753.

HSL color Cylindrical-coordinate representation of color #F9D2E5: hue angle of 330.77º degrees, saturation: 0.76, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F9D2E5 is Cyan = 0, Magento = 0.16, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 210 229 -
CMYK 0 0.16 0.08 0.02
HSL 330.77º 0.76% 0.9% -
HSV(B) 330.77º 0.16% 0.98% -
XYZ 76.26 71.89 83.99 -
YUV 223.83 130.92 145.96 -
System Red Green Blue C M Y K H S L
Decimal 249 210 229 0 0.16 0.08 0.02 330.77 0.76 0.9
Hex F9 D2 E5 0 10 8 2 14B 4C 5A
Octal 371 322 345 0 20 10 2 513 114 132
Binary 11111001 11010010 11100101 0 10000 1000 10 101001011 1001100 1011010

Color Harmonies of #F9D2E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9D2E5

Black with #F9D2E5

Text Example


Text Example

White with #F9D2E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9D2E5; }

 p { color: rgb(249,210,229); }

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

background-color css

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

 a { background-color: rgb(249,210,229); }

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

border-color css

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

 span { border-color: rgb(249,210,229); }

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