#F9DFED

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

Shades of Pig Pink #F9DFED

Tints of Pig Pink #F9DFED

Color information

#F9DFED (or 0xF9DFED) is unknown color: approx Pig Pink. HEX triplet: F9, DF and ED. RGB value is (249,223,237). Sum of RGB (Red+Green+Blue) = 249+223+237=709 (93% of max value = 765). Red value is 249 (97.66% from 255 or 35.12% from 709); Green value is 223 (87.5% from 255 or 31.45% from 709); Blue value is 237 (92.97% from 255 or 33.43% from 709); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DFED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9DFED is #062012. Grayscale: #E8E8E8. Windows color (decimal): -401427 or 15589369. OLE color: 15589369.

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

Color convert

RGB249223237-
CMYK00.100.050.02
HSL327.69º68.42%92.55%-
HSV(B)327.69º10.44%97.65%-
XYZ80.7479.0391.12-
YUV232.37130.61139.86-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 35.12%
GREEN value IS 223 (87.5% from 255) = 31.45%
BLUE value IS 237 (92.97% from 255) = 33.43%
R=35.12%
G=31.45%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24922323700.100.050.02327.6968.4292.55
HexF9DFED0A52148445d
Octal37133735501252510104135
Binary111110011101111111101101010101011010100100010001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9DFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9DFED; }

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

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

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

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

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

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

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

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