#F9DFEF

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

Shades of Pig Pink #F9DFEF

Tints of Pig Pink #F9DFEF

Color information

#F9DFEF (or 0xF9DFEF) is unknown color: approx Pig Pink. HEX triplet: F9, DF and EF. RGB value is (249,223,239). Sum of RGB (Red+Green+Blue) = 249+223+239=711 (94% of max value = 765). Red value is 249 (97.66% from 255 or 35.02% from 711); Green value is 223 (87.5% from 255 or 31.36% from 711); Blue value is 239 (93.75% from 255 or 33.61% from 711); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DFEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9DFEF is #062010. Grayscale: #E8E8E8. Windows color (decimal): -401425 or 15720441. OLE color: 15720441.

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

Color convert

RGB249223239-
CMYK00.100.040.02
HSL323.08º68.42%92.55%-
HSV(B)323.08º10.44%97.65%-
XYZ81.0379.1592.67-
YUV232.6131.61139.7-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 35.02%
GREEN value IS 223 (87.5% from 255) = 31.36%
BLUE value IS 239 (93.75% from 255) = 33.61%
R=35.02%
G=31.36%
B=33.61%

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
Decimal24922323900.100.040.02323.0868.4292.55
HexF9DFEF0A42143445d
Octal37133735701242503104135
Binary111110011101111111101111010101001010100001110001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9DFEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9DFEF; }

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

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

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

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

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

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

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

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