#F0DAE3

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

Shades of Pig Pink #F0DAE3

Tints of Pig Pink #F0DAE3

Color information

#F0DAE3 (or 0xF0DAE3) is unknown color: approx Pig Pink. HEX triplet: F0, DA and E3. RGB value is (240,218,227). Sum of RGB (Red+Green+Blue) = 240+218+227=685 (90% of max value = 765). Red value is 240 (94.14% from 255 or 35.04% from 685); Green value is 218 (85.55% from 255 or 31.82% from 685); Blue value is 227 (89.06% from 255 or 33.14% from 685); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DAE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0DAE3 is #0F251C. Grayscale: #E1E1E1. Windows color (decimal): -992541 or 14932720. OLE color: 14932720.

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

Color convert

RGB240218227-
CMYK00.090.050.06
HSL335.45º42.31%89.8%-
HSV(B)335.45º9.17%94.12%-
XYZ74.8774.2183.05-
YUV225.6128.79138.27-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 35.04%
GREEN value IS 218 (85.55% from 255) = 31.82%
BLUE value IS 227 (89.06% from 255) = 33.14%
R=35.04%
G=31.82%
B=33.14%

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
Decimal24021822700.090.050.06335.4542.3189.8
HexF0DAE3095614f2a5a
Octal3603323430115651752132
Binary111100001101101011100011010011011101010011111010101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0DAE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0DAE3; }

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

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

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

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

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

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

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

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