#F2E4DB

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

Shades of Fair Pink #F2E4DB

Tints of Fair Pink #F2E4DB

Color information

#F2E4DB (or 0xF2E4DB) is unknown color: approx Fair Pink. HEX triplet: F2, E4 and DB. RGB value is (242,228,219). Sum of RGB (Red+Green+Blue) = 242+228+219=689 (91% of max value = 765). Red value is 242 (94.92% from 255 or 35.12% from 689); Green value is 228 (89.45% from 255 or 33.09% from 689); Blue value is 219 (85.94% from 255 or 31.79% from 689); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E4DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2E4DB is #0D1B24. Grayscale: #E7E7E7. Windows color (decimal): -858917 or 14410994. OLE color: 14410994.

HSL color Cylindrical-coordinate representation of color #F2E4DB: hue angle of 23.48º degrees, saturation: 0.47, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F2E4DB is Cyan = 0, Magento = 0.06, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB242228219-
CMYK00.060.100.05
HSL23.48º46.94%90.39%-
HSV(B)23.48º9.5%94.9%-
XYZ77.1579.4878.29-
YUV231.16121.14135.73-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 35.12%
GREEN value IS 228 (89.45% from 255) = 33.09%
BLUE value IS 219 (85.94% from 255) = 31.79%
R=35.12%
G=33.09%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24222821900.060.100.0523.4846.9490.39
HexF2E4DB06A5172f5a
Octal362344333061252757132
Binary11110010111001001101101101101010101101111011111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2E4DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2E4DB; }

 p { color: rgb(242,228,219); }

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

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

 a { background-color: rgb(242,228,219); }

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

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

 span { border-color: rgb(242,228,219); }

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