#F2E6DB

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

Shades of Fantasy #F2E6DB

Tints of Fantasy #F2E6DB

Color information

#F2E6DB (or 0xF2E6DB) is unknown color: approx Fantasy. HEX triplet: F2, E6 and DB. RGB value is (242,230,219). Sum of RGB (Red+Green+Blue) = 242+230+219=691 (91% of max value = 765). Red value is 242 (94.92% from 255 or 35.02% from 691); Green value is 230 (90.23% from 255 or 33.29% from 691); Blue value is 219 (85.94% from 255 or 31.69% from 691); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E6DB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2E6DB is #0D1924. Grayscale: #E8E8E8. Windows color (decimal): -858405 or 14411506. OLE color: 14411506.

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

Color convert

RGB242230219-
CMYK00.050.100.05
HSL28.7º46.94%90.39%-
HSV(B)28.7º9.5%94.9%-
XYZ77.780.5978.48-
YUV232.33120.48134.89-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 35.02%
GREEN value IS 230 (90.23% from 255) = 33.29%
BLUE value IS 219 (85.94% from 255) = 31.69%
R=35.02%
G=33.29%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24223021900.050.100.0528.746.9490.39
HexF2E6DB05A51d2f5a
Octal362346333051253557132
Binary11110010111001101101101101011010101111011011111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2E6DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2E6DB; }

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

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

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

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

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

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

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

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