#F0DAE5

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

Shades of Pig Pink #F0DAE5

Tints of Pig Pink #F0DAE5

Color information

#F0DAE5 (or 0xF0DAE5) is unknown color: approx Pig Pink. HEX triplet: F0, DA and E5. RGB value is (240,218,229). Sum of RGB (Red+Green+Blue) = 240+218+229=687 (90% of max value = 765). Red value is 240 (94.14% from 255 or 34.93% from 687); Green value is 218 (85.55% from 255 or 31.73% from 687); Blue value is 229 (89.84% from 255 or 33.33% from 687); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DAE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0DAE5 is #0F251A. Grayscale: #E1E1E1. Windows color (decimal): -992539 or 15063792. OLE color: 15063792.

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

Color convert

RGB240218229-
CMYK00.090.050.06
HSL330º42.31%89.8%-
HSV(B)330º9.17%94.12%-
XYZ75.1574.3384.51-
YUV225.83129.79138.11-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 34.93%
GREEN value IS 218 (85.55% from 255) = 31.73%
BLUE value IS 229 (89.84% from 255) = 33.33%
R=34.93%
G=31.73%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.05
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24021822900.090.050.0633042.3189.8
HexF0DAE5095614a2a5a
Octal3603323450115651252132
Binary111100001101101011100101010011011101010010101010101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0DAE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0DAE5; }

 p { color: rgb(240,218,229); }

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

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

 a { background-color: rgb(240,218,229); }

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

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

 span { border-color: rgb(240,218,229); }

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