#F9DFEE

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

Shades of Pig Pink #F9DFEE

Tints of Pig Pink #F9DFEE

Color information

#F9DFEE (or 0xF9DFEE) is unknown color: approx Pig Pink. HEX triplet: F9, DF and EE. RGB value is (249,223,238). Sum of RGB (Red+Green+Blue) = 249+223+238=710 (94% of max value = 765). Red value is 249 (97.66% from 255 or 35.07% from 710); Green value is 223 (87.5% from 255 or 31.41% from 710); Blue value is 238 (93.36% from 255 or 33.52% from 710); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DFEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9DFEE is #062011. Grayscale: #E8E8E8. Windows color (decimal): -401426 or 15654905. OLE color: 15654905.

HSL color Cylindrical-coordinate representation of color #F9DFEE: hue angle of 325.38º degrees, saturation: 0.68, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F9DFEE is Cyan = 0, Magento = 0.10, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB249223238-
CMYK00.100.040.02
HSL325.38º68.42%92.55%-
HSV(B)325.38º10.44%97.65%-
XYZ80.8979.0991.89-
YUV232.48131.11139.78-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 35.07%
GREEN value IS 223 (87.5% from 255) = 31.41%
BLUE value IS 238 (93.36% from 255) = 33.52%
R=35.07%
G=31.41%
B=33.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24922323800.100.040.02325.3868.4292.55
HexF9DFEE0A42145445d
Octal37133735601242505104135
Binary111110011101111111101110010101001010100010110001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9DFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9DFEE; }

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

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

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

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

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

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

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

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