#F9DCE7

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

Shades of Pig Pink #F9DCE7

Tints of Pig Pink #F9DCE7

Color information

#F9DCE7 (or 0xF9DCE7) is unknown color: approx Pig Pink. HEX triplet: F9, DC and E7. RGB value is (249,220,231). Sum of RGB (Red+Green+Blue) = 249+220+231=700 (92% of max value = 765). Red value is 249 (97.66% from 255 or 35.57% from 700); Green value is 220 (86.33% from 255 or 31.43% from 700); Blue value is 231 (90.62% from 255 or 33% from 700); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DCE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9DCE7 is #062318. Grayscale: #E5E5E5. Windows color (decimal): -402201 or 15195385. OLE color: 15195385.

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

Color convert

RGB249220231-
CMYK00.120.070.02
HSL337.24º70.73%91.96%-
HSV(B)337.24º11.65%97.65%-
XYZ79.0877.186.31-
YUV229.92128.61141.61-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 35.57%
GREEN value IS 220 (86.33% from 255) = 31.43%
BLUE value IS 231 (90.62% from 255) = 33%
R=35.57%
G=31.43%
B=33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24922023100.120.070.02337.2470.7391.96
HexF9DCE70C72151475c
Octal37133434701472521107134
Binary111110011101110011100111011001111010101000110001111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9DCE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9DCE7; }

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

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

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

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

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

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

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

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