#F9DCED

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

Shades of Pig Pink #F9DCED

Tints of Pig Pink #F9DCED

Color information

#F9DCED (or 0xF9DCED) is unknown color: approx Pig Pink. HEX triplet: F9, DC and ED. RGB value is (249,220,237). Sum of RGB (Red+Green+Blue) = 249+220+237=706 (93% of max value = 765). Red value is 249 (97.66% from 255 or 35.27% from 706); Green value is 220 (86.33% from 255 or 31.16% from 706); Blue value is 237 (92.97% from 255 or 33.57% from 706); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DCED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9DCED is #062312. Grayscale: #E6E6E6. Windows color (decimal): -402195 or 15588601. OLE color: 15588601.

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

Color convert

RGB249220237-
CMYK00.120.050.02
HSL324.83º70.73%91.96%-
HSV(B)324.83º11.65%97.65%-
XYZ79.9577.4490.85-
YUV230.61131.61141.12-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 35.27%
GREEN value IS 220 (86.33% from 255) = 31.16%
BLUE value IS 237 (92.97% from 255) = 33.57%
R=35.27%
G=31.16%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24922023700.120.050.02324.8370.7391.96
HexF9DCED0C52145475c
Octal37133435501452505107134
Binary111110011101110011101101011001011010100010110001111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9DCED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9DCED; }

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

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

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

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

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

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

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

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