#F0DDE7

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

Shades of Pig Pink #F0DDE7

Tints of Pig Pink #F0DDE7

Color information

#F0DDE7 (or 0xF0DDE7) is unknown color: approx Pig Pink. HEX triplet: F0, DD and E7. RGB value is (240,221,231). Sum of RGB (Red+Green+Blue) = 240+221+231=692 (91% of max value = 765). Red value is 240 (94.14% from 255 or 34.68% from 692); Green value is 221 (86.72% from 255 or 31.94% from 692); Blue value is 231 (90.62% from 255 or 33.38% from 692); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DDE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0DDE7 is #0F2218. Grayscale: #E3E3E3. Windows color (decimal): -991769 or 15195632. OLE color: 15195632.

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

Color convert

RGB240221231-
CMYK00.080.040.06
HSL328.42º38.78%90.39%-
HSV(B)328.42º7.92%94.12%-
XYZ76.2276.0186.26-
YUV227.82129.79136.69-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 34.68%
GREEN value IS 221 (86.72% from 255) = 31.94%
BLUE value IS 231 (90.62% from 255) = 33.38%
R=34.68%
G=31.94%
B=33.38%

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
Decimal24022123100.080.040.06328.4238.7890.39
HexF0DDE70846148275a
Octal3603353470104651047132
Binary111100001101110111100111010001001101010010001001111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0DDE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0DDE7; }

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

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

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

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

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

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

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

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