Html Css Color HEX #F9D2E4 Pig Pink

📋 copy color: '#F9D2E4'

red 249 ◦ green 210 ◦ blue 228

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

Shades of Pig Pink #F9D2E4

Tints of Pig Pink #F9D2E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 33.19%

R = 36.24%
G = 30.57%
B = 33.19%

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

#F9D2E4 (or 0xF9D2E4) is known color: Pig Pink. HEX triplet: F9, D2 and E4. RGB value is (249,210,228). Sum of RGB (Red+Green+Blue) = 249+210+228=687 (90% of max value = 765). Red value is 249 (97.66% from 255 or 36.24% from 687); Green value is 210 (82.42% from 255 or 30.57% from 687); Blue value is 228 (89.45% from 255 or 33.19% from 687); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D2E4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9D2E4 is #062D1B. Grayscale: #DFDFDF. Windows color (decimal): -404764 or 14996217. OLE color: 14996217.

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

Color convert

RGB 249 210 228 -
CMYK 0 0.16 0.08 0.02
HSL 332.31º 0.76% 0.9% -
HSV(B) 332.31º 0.16% 0.98% -
XYZ 76.12 71.83 83.25 -
YUV 223.71 130.42 146.04 -
System Red Green Blue C M Y K H S L
Decimal 249 210 228 0 0.16 0.08 0.02 332.31 0.76 0.9
Hex F9 D2 E4 0 10 8 2 14C 4C 5A
Octal 371 322 344 0 20 10 2 514 114 132
Binary 11111001 11010010 11100100 0 10000 1000 10 101001100 1001100 1011010

Color Harmonies of #F9D2E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9D2E4

Black with #F9D2E4

Text Example


Text Example

White with #F9D2E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9D2E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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