Html Css Color HEX #F0EFE7 Alabaster

📋 copy color: '#F0EFE7'

red 240 ◦ green 239 ◦ blue 231

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

Shades of Alabaster #F0EFE7

Tints of Alabaster #F0EFE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 32.54%

R = 33.8%
G = 33.66%
B = 32.54%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.04

 K value IS 0.06

RGB Variations

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

Color information

#F0EFE7 (or 0xF0EFE7) is known color: Alabaster. HEX triplet: F0, EF and E7. RGB value is (240,239,231). Sum of RGB (Red+Green+Blue) = 240+239+231=710 (94% of max value = 765). Red value is 240 (94.14% from 255 or 33.80% from 710); Green value is 239 (93.75% from 255 or 33.66% from 710); Blue value is 231 (90.62% from 255 or 32.54% from 710); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EFE7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0EFE7 is #0F1018. Grayscale: #EEEEEE. Windows color (decimal): -987161 or 15200240. OLE color: 15200240.

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

Color convert

RGB 240 239 231 -
CMYK 0 0.00 0.04 0.06
HSL 53.33º 0.23% 0.92% -
HSV(B) 53.33º 0.04% 0.94% -
XYZ 81.23 86.03 87.93 -
YUV 238.39 123.83 129.15 -
System Red Green Blue C M Y K H S L
Decimal 240 239 231 0 0.00 0.04 0.06 53.33 0.23 0.92
Hex F0 EF E7 0 0 4 6 35 17 5C
Octal 360 357 347 0 0 4 6 65 27 134
Binary 11110000 11101111 11100111 0 0 100 110 110101 10111 1011100

Color Harmonies of #F0EFE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0EFE7

Black with #F0EFE7

Text Example


Text Example

White with #F0EFE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0EFE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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