Html Css Color HEX #F0EFE1 Alabaster

📋 copy color: '#F0EFE1'

red 240 ◦ green 239 ◦ blue 225

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

Shades of Alabaster #F0EFE1

Tints of Alabaster #F0EFE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 31.96%

R = 34.09%
G = 33.95%
B = 31.96%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.06

 K value IS 0.06

RGB Variations

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

Color information

#F0EFE1 (or 0xF0EFE1) is known color: Alabaster. HEX triplet: F0, EF and E1. RGB value is (240,239,225). Sum of RGB (Red+Green+Blue) = 240+239+225=704 (93% of max value = 765). Red value is 240 (94.14% from 255 or 34.09% from 704); Green value is 239 (93.75% from 255 or 33.95% from 704); Blue value is 225 (88.28% from 255 or 31.96% from 704); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EFE1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0EFE1 is #0F101E. Grayscale: #EDEDED. Windows color (decimal): -987167 or 14807024. OLE color: 14807024.

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

Color convert

RGB 240 239 225 -
CMYK 0 0.00 0.06 0.06
HSL 56º 0.33% 0.91% -
HSV(B) 56º 0.06% 0.94% -
XYZ 80.39 85.69 83.54 -
YUV 237.7 120.83 129.64 -
System Red Green Blue C M Y K H S L
Decimal 240 239 225 0 0.00 0.06 0.06 56 0.33 0.91
Hex F0 EF E1 0 0 6 6 38 21 5B
Octal 360 357 341 0 0 6 6 70 41 133
Binary 11110000 11101111 11100001 0 0 110 110 111000 100001 1011011

Color Harmonies of #F0EFE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0EFE1

Black with #F0EFE1

Text Example


Text Example

White with #F0EFE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0EFE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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