Html Css Color HEX #F0EFEB Alabaster

📋 copy color: '#F0EFEB'

red 240 ◦ green 239 ◦ blue 235

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

Shades of Alabaster #F0EFEB

Tints of Alabaster #F0EFEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 32.91%

R = 33.61%
G = 33.47%
B = 32.91%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#F0EFEB (or 0xF0EFEB) is known color: Alabaster. HEX triplet: F0, EF and EB. RGB value is (240,239,235). Sum of RGB (Red+Green+Blue) = 240+239+235=714 (94% of max value = 765). Red value is 240 (94.14% from 255 or 33.61% from 714); Green value is 239 (93.75% from 255 or 33.47% from 714); Blue value is 235 (92.19% from 255 or 32.91% from 714); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EFEB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0EFEB is #0F1014. Grayscale: #EEEEEE. Windows color (decimal): -987157 or 15462384. OLE color: 15462384.

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

Color convert

RGB 240 239 235 -
CMYK 0 0.00 0.02 0.06
HSL 48º 0.14% 0.93% -
HSV(B) 48º 0.02% 0.94% -
XYZ 81.8 86.26 90.94 -
YUV 238.84 125.83 128.83 -
System Red Green Blue C M Y K H S L
Decimal 240 239 235 0 0.00 0.02 0.06 48 0.14 0.93
Hex F0 EF EB 0 0 2 6 30 E 5D
Octal 360 357 353 0 0 2 6 60 16 135
Binary 11110000 11101111 11101011 0 0 10 110 110000 1110 1011101

Color Harmonies of #F0EFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0EFEB

Black with #F0EFEB

Text Example


Text Example

White with #F0EFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0EFEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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