#F9D5EB

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

Shades of Pig Pink #F9D5EB

Tints of Pig Pink #F9D5EB

Color information

#F9D5EB (or 0xF9D5EB) is unknown color: approx Pig Pink. HEX triplet: F9, D5 and EB. RGB value is (249,213,235). Sum of RGB (Red+Green+Blue) = 249+213+235=697 (92% of max value = 765). Red value is 249 (97.66% from 255 or 35.72% from 697); Green value is 213 (83.59% from 255 or 30.56% from 697); Blue value is 235 (92.19% from 255 or 33.72% from 697); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D5EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9D5EB is #062A14. Grayscale: #E2E2E2. Windows color (decimal): -403989 or 15455737. OLE color: 15455737.

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

Color convert

RGB249213235-
CMYK00.140.060.02
HSL323.33º75%90.59%-
HSV(B)323.33º14.46%97.65%-
XYZ77.8673.7388.72-
YUV226.27132.93144.21-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 35.72%
GREEN value IS 213 (83.59% from 255) = 30.56%
BLUE value IS 235 (92.19% from 255) = 33.72%
R=35.72%
G=30.56%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24921323500.140.060.02323.337590.59
HexF9D5EB0E621434b5b
Octal37132535301662503113133
Binary111110011101010111101011011101101010100001110010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9D5EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9D5EB; }

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

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

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

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

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

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

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

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