#F3F2EA

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

Shades of Alabaster #F3F2EA

Tints of Alabaster #F3F2EA

Color information

#F3F2EA (or 0xF3F2EA) is unknown color: approx Alabaster. HEX triplet: F3, F2 and EA. RGB value is (243,242,234). Sum of RGB (Red+Green+Blue) = 243+242+234=719 (95% of max value = 765). Red value is 243 (95.31% from 255 or 33.80% from 719); Green value is 242 (94.92% from 255 or 33.66% from 719); Blue value is 234 (91.80% from 255 or 32.55% from 719); Max value from RGB is 243 - color contains mainly: red. Hex color #F3F2EA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F3F2EA is #0C0D15. Grayscale: #F1F1F1. Windows color (decimal): -789782 or 15397619. OLE color: 15397619.

HSL color Cylindrical-coordinate representation of color #F3F2EA: hue angle of 53.33º degrees, saturation: 0.27, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #F3F2EA is Cyan = 0, Magento = 0.00, Yellow = 0.04 and Black (K on CMYK) = 0.05.

Color convert

RGB243242234-
CMYK00.000.040.05
HSL53.33º27.27%93.53%-
HSV(B)53.33º3.7%95.29%-
XYZ83.5788.590.52-
YUV241.39123.83129.15-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 33.80%
GREEN value IS 242 (94.92% from 255) = 33.66%
BLUE value IS 234 (91.80% from 255) = 32.55%
R=33.80%
G=33.66%
B=32.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.04
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24324223400.000.040.0553.3327.2793.53
HexF3F2EA0045351b5e
Octal36336235200456533136
Binary11110011111100101110101000100101110101110111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3F2EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3F2EA; }

 p { color: rgb(243,242,234); }

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

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

 a { background-color: rgb(243,242,234); }

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

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

 span { border-color: rgb(243,242,234); }

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