#F9D1E4

Color #F9D1E4 Pig Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pig Pink #F9D1E4

Tints of Pig Pink #F9D1E4

Color information

#F9D1E4 (or 0xF9D1E4) is unknown color: approx Pig Pink. HEX triplet: F9, D1 and E4. RGB value is (249,209,228). Sum of RGB (Red+Green+Blue) = 249+209+228=686 (90% of max value = 765). Red value is 249 (97.66% from 255 or 36.30% from 686); Green value is 209 (82.03% from 255 or 30.47% from 686); Blue value is 228 (89.45% from 255 or 33.24% from 686); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D1E4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9D1E4 is #062E1B. Grayscale: #DFDFDF. Windows color (decimal): -405020 or 14995961. OLE color: 14995961.

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

Color convert

RGB249209228-
CMYK00.160.080.02
HSL331.5º76.92%89.8%-
HSV(B)331.5º16.06%97.65%-
XYZ75.8771.3483.17-
YUV223.13130.75146.46-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 36.30%
GREEN value IS 209 (82.03% from 255) = 30.47%
BLUE value IS 228 (89.45% from 255) = 33.24%
R=36.30%
G=30.47%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24920922800.160.080.02331.576.9289.8
HexF9D1E40108214c4d5a
Octal371321344020102514115132
Binary11111001110100011110010001000010001010100110010011011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9D1E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9D1E4; }

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

 H1.HeaderClassName
 {
   color: #F9D1E4;
 }
 .AnyTagClassName
 {
   color: #F9D1E4;
 }
</style>
background-color css

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

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

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

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

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

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