#F9DCEF

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

Shades of Pig Pink #F9DCEF

Tints of Pig Pink #F9DCEF

Color information

#F9DCEF (or 0xF9DCEF) is unknown color: approx Pig Pink. HEX triplet: F9, DC and EF. RGB value is (249,220,239). Sum of RGB (Red+Green+Blue) = 249+220+239=708 (93% of max value = 765). Red value is 249 (97.66% from 255 or 35.17% from 708); Green value is 220 (86.33% from 255 or 31.07% from 708); Blue value is 239 (93.75% from 255 or 33.76% from 708); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DCEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9DCEF is #062310. Grayscale: #E6E6E6. Windows color (decimal): -402193 or 15719673. OLE color: 15719673.

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

Color convert

RGB249220239-
CMYK00.120.040.02
HSL320.69º70.73%91.96%-
HSV(B)320.69º11.65%97.65%-
XYZ80.2477.5692.4-
YUV230.84132.61140.96-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 35.17%
GREEN value IS 220 (86.33% from 255) = 31.07%
BLUE value IS 239 (93.75% from 255) = 33.76%
R=35.17%
G=31.07%
B=33.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24922023900.120.040.02320.6970.7391.96
HexF9DCEF0C42141475c
Octal37133435701442501107134
Binary111110011101110011101111011001001010100000110001111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9DCEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9DCEF; }

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

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

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

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

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

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

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

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