#F3F2EB

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

Shades of Alabaster #F3F2EB

Tints of Alabaster #F3F2EB

Color information

#F3F2EB (or 0xF3F2EB) is unknown color: approx Alabaster. HEX triplet: F3, F2 and EB. RGB value is (243,242,235). Sum of RGB (Red+Green+Blue) = 243+242+235=720 (95% of max value = 765). Red value is 243 (95.31% from 255 or 33.75% from 720); Green value is 242 (94.92% from 255 or 33.61% from 720); Blue value is 235 (92.19% from 255 or 32.64% from 720); Max value from RGB is 243 - color contains mainly: red. Hex color #F3F2EB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F3F2EB is #0C0D14. Grayscale: #F1F1F1. Windows color (decimal): -789781 or 15463155. OLE color: 15463155.

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

Color convert

RGB243242235-
CMYK00.000.030.05
HSL52.5º25%93.73%-
HSV(B)52.5º3.29%95.29%-
XYZ83.7188.5691.28-
YUV241.5124.33129.07-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 33.75%
GREEN value IS 242 (94.92% from 255) = 33.61%
BLUE value IS 235 (92.19% from 255) = 32.64%
R=33.75%
G=33.61%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24324223500.000.030.0552.52593.73
HexF3F2EB003534195e
Octal36336235300356431136
Binary1111001111110010111010110011101110100110011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3F2EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3F2EB; }

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

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

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

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

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

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

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

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