#F0DDE4

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

Shades of Pig Pink #F0DDE4

Tints of Pig Pink #F0DDE4

Color information

#F0DDE4 (or 0xF0DDE4) is unknown color: approx Pig Pink. HEX triplet: F0, DD and E4. RGB value is (240,221,228). Sum of RGB (Red+Green+Blue) = 240+221+228=689 (91% of max value = 765). Red value is 240 (94.14% from 255 or 34.83% from 689); Green value is 221 (86.72% from 255 or 32.08% from 689); Blue value is 228 (89.45% from 255 or 33.09% from 689); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DDE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0DDE4 is #0F221B. Grayscale: #E3E3E3. Windows color (decimal): -991772 or 14999024. OLE color: 14999024.

HSL color Cylindrical-coordinate representation of color #F0DDE4: hue angle of 337.89º 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 #F0DDE4 is Cyan = 0, Magento = 0.08, Yellow = 0.05 and Black (K on CMYK) = 0.06.

Color convert

RGB240221228-
CMYK00.080.050.06
HSL337.89º38.78%90.39%-
HSV(B)337.89º7.92%94.12%-
XYZ75.875.8484.04-
YUV227.48128.29136.93-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 34.83%
GREEN value IS 221 (86.72% from 255) = 32.08%
BLUE value IS 228 (89.45% from 255) = 33.09%
R=34.83%
G=32.08%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.05
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24022122800.080.050.06337.8938.7890.39
HexF0DDE40856152275a
Octal3603353440105652247132
Binary111100001101110111100100010001011101010100101001111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0DDE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0DDE4; }

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

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

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

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

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

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

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

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