#F9DDEE

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

Shades of Pig Pink #F9DDEE

Tints of Pig Pink #F9DDEE

Color information

#F9DDEE (or 0xF9DDEE) is unknown color: approx Pig Pink. HEX triplet: F9, DD and EE. RGB value is (249,221,238). Sum of RGB (Red+Green+Blue) = 249+221+238=708 (93% of max value = 765). Red value is 249 (97.66% from 255 or 35.17% from 708); Green value is 221 (86.72% from 255 or 31.21% from 708); Blue value is 238 (93.36% from 255 or 33.62% from 708); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DDEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9DDEE is #062211. Grayscale: #E7E7E7. Windows color (decimal): -401938 or 15654393. OLE color: 15654393.

HSL color Cylindrical-coordinate representation of color #F9DDEE: hue angle of 323.57º degrees, saturation: 0.7, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F9DDEE is Cyan = 0, Magento = 0.11, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB249221238-
CMYK00.110.040.02
HSL323.57º70%92.16%-
HSV(B)323.57º11.24%97.65%-
XYZ80.3678.0391.71-
YUV231.31131.78140.62-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 35.17%
GREEN value IS 221 (86.72% from 255) = 31.21%
BLUE value IS 238 (93.36% from 255) = 33.62%
R=35.17%
G=31.21%
B=33.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24922123800.110.040.02323.577092.16
HexF9DDEE0B42144465c
Octal37133535601342504106134
Binary111110011101110111101110010111001010100010010001101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9DDEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9DDEE; }

 p { color: rgb(249,221,238); }

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

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

 a { background-color: rgb(249,221,238); }

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

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

 span { border-color: rgb(249,221,238); }

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