Html Css Color HEX #F0EFE8 Alabaster

📋 copy color: '#F0EFE8'

red 240 ◦ green 239 ◦ blue 232

#F0EFE8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Alabaster #F0EFE8

Tints of Alabaster #F0EFE8

RGB

 RED value IS 240 (94.14% from 255) = 33.76%

 GREEN value IS 239 (93.75% from 255) = 33.61%

 BLUE value IS 232 (91.02% from 255) = 32.63%

R = 33.76%
G = 33.61%
B = 32.63%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.03

 K value IS 0.06

RGB Variations

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

Color information

#F0EFE8 (or 0xF0EFE8) is known color: Alabaster. HEX triplet: F0, EF and E8. RGB value is (240,239,232). Sum of RGB (Red+Green+Blue) = 240+239+232=711 (94% of max value = 765). Red value is 240 (94.14% from 255 or 33.76% from 711); Green value is 239 (93.75% from 255 or 33.61% from 711); Blue value is 232 (91.02% from 255 or 32.63% from 711); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EFE8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0EFE8 is #0F1017. Grayscale: #EEEEEE. Windows color (decimal): -987160 or 15265776. OLE color: 15265776.

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

Color convert

RGB 240 239 232 -
CMYK 0 0.00 0.03 0.06
HSL 52.5º 0.21% 0.93% -
HSV(B) 52.5º 0.03% 0.94% -
XYZ 81.37 86.08 88.67 -
YUV 238.5 124.33 129.07 -
System Red Green Blue C M Y K H S L
Decimal 240 239 232 0 0.00 0.03 0.06 52.5 0.21 0.93
Hex F0 EF E8 0 0 3 6 34 15 5D
Octal 360 357 350 0 0 3 6 64 25 135
Binary 11110000 11101111 11101000 0 0 11 110 110100 10101 1011101

Color Harmonies of #F0EFE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0EFE8

Black with #F0EFE8

Text Example


Text Example

White with #F0EFE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0EFE8; }

 p { color: rgb(240,239,232); }

 H1.HeaderClassName
 {
   color: #F0EFE8;
 }
 .AnyTagClassName
 {
   color: #F0EFE8;
 }
</style>

background-color css

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

 a { background-color: rgb(240,239,232); }

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

border-color css

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

 span { border-color: rgb(240,239,232); }

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