#F0E3DB

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

Shades of Fair Pink #F0E3DB

Tints of Fair Pink #F0E3DB

Color information

#F0E3DB (or 0xF0E3DB) is unknown color: approx Fair Pink. HEX triplet: F0, E3 and DB. RGB value is (240,227,219). Sum of RGB (Red+Green+Blue) = 240+227+219=686 (90% of max value = 765). Red value is 240 (94.14% from 255 or 34.99% from 686); Green value is 227 (89.06% from 255 or 33.09% from 686); Blue value is 219 (85.94% from 255 or 31.92% from 686); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E3DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0E3DB is #0F1C24. Grayscale: #E6E6E6. Windows color (decimal): -990245 or 14410736. OLE color: 14410736.

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

Color convert

RGB240227219-
CMYK00.050.090.06
HSL22.86º41.18%90%-
HSV(B)22.86º8.75%94.12%-
XYZ76.1978.5878.17-
YUV229.98121.81135.15-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 34.99%
GREEN value IS 227 (89.06% from 255) = 33.09%
BLUE value IS 219 (85.94% from 255) = 31.92%
R=34.99%
G=33.09%
B=31.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.09
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24022721900.050.090.0622.8641.1890
HexF0E3DB059617295a
Octal360343333051162751132
Binary11110000111000111101101101011001110101111010011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0E3DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0E3DB; }

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

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

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

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

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

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

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

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