#F9D5ED

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

Shades of Pig Pink #F9D5ED

Tints of Pig Pink #F9D5ED

Color information

#F9D5ED (or 0xF9D5ED) is unknown color: approx Pig Pink. HEX triplet: F9, D5 and ED. RGB value is (249,213,237). Sum of RGB (Red+Green+Blue) = 249+213+237=699 (92% of max value = 765). Red value is 249 (97.66% from 255 or 35.62% from 699); Green value is 213 (83.59% from 255 or 30.47% from 699); Blue value is 237 (92.97% from 255 or 33.91% from 699); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D5ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9D5ED is #062A12. Grayscale: #E2E2E2. Windows color (decimal): -403987 or 15586809. OLE color: 15586809.

HSL color Cylindrical-coordinate representation of color #F9D5ED: hue angle of 320º degrees, saturation: 0.75, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F9D5ED is Cyan = 0, Magento = 0.14, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB249213237-
CMYK00.140.050.02
HSL320º75%90.59%-
HSV(B)320º14.46%97.65%-
XYZ78.1573.8490.26-
YUV226.5133.93144.05-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 35.62%
GREEN value IS 213 (83.59% from 255) = 30.47%
BLUE value IS 237 (92.97% from 255) = 33.91%
R=35.62%
G=30.47%
B=33.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24921323700.140.050.023207590.59
HexF9D5ED0E521404b5b
Octal37132535501652500113133
Binary111110011101010111101101011101011010100000010010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9D5ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9D5ED; }

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

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

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

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

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

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

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

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