#F0DEE7

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

Shades of Pig Pink #F0DEE7

Tints of Pig Pink #F0DEE7

Color information

#F0DEE7 (or 0xF0DEE7) is unknown color: approx Pig Pink. HEX triplet: F0, DE and E7. RGB value is (240,222,231). Sum of RGB (Red+Green+Blue) = 240+222+231=693 (91% of max value = 765). Red value is 240 (94.14% from 255 or 34.63% from 693); Green value is 222 (87.11% from 255 or 32.03% from 693); Blue value is 231 (90.62% from 255 or 33.33% from 693); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DEE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0DEE7 is #0F2118. Grayscale: #E4E4E4. Windows color (decimal): -991513 or 15195888. OLE color: 15195888.

HSL color Cylindrical-coordinate representation of color #F0DEE7: hue angle of 330º degrees, saturation: 0.38, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #F0DEE7 is Cyan = 0, Magento = 0.08, Yellow = 0.04 and Black (K on CMYK) = 0.06.

Color convert

RGB240222231-
CMYK00.080.040.06
HSL330º37.5%90.59%-
HSV(B)330º7.5%94.12%-
XYZ76.4876.5486.34-
YUV228.41129.46136.27-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 34.63%
GREEN value IS 222 (87.11% from 255) = 32.03%
BLUE value IS 231 (90.62% from 255) = 33.33%
R=34.63%
G=32.03%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.04
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24022223100.080.040.0633037.590.59
HexF0DEE7084614a265b
Octal3603363470104651246133
Binary111100001101111011100111010001001101010010101001101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0DEE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0DEE7; }

 p { color: rgb(240,222,231); }

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

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

 a { background-color: rgb(240,222,231); }

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

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

 span { border-color: rgb(240,222,231); }

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