Html Css Color HEX #F1F0EA Alabaster

📋 copy color: '#F1F0EA'

red 241 ◦ green 240 ◦ blue 234

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

Shades of Alabaster #F1F0EA

Tints of Alabaster #F1F0EA

RGB

 RED value IS 241 (94.53% from 255) = 33.71%

 GREEN value IS 240 (94.14% from 255) = 33.57%

 BLUE value IS 234 (91.8% from 255) = 32.73%

R = 33.71%
G = 33.57%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.03

 K value IS 0.05

RGB Variations

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

Color information

#F1F0EA (or 0xF1F0EA) is known color: Alabaster. HEX triplet: F1, F0 and EA. RGB value is (241,240,234). Sum of RGB (Red+Green+Blue) = 241+240+234=715 (94% of max value = 765). Red value is 241 (94.53% from 255 or 33.71% from 715); Green value is 240 (94.14% from 255 or 33.57% from 715); Blue value is 234 (91.80% from 255 or 32.73% from 715); Max value from RGB is 241 - color contains mainly: red. Hex color #F1F0EA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F1F0EA is #0E0F15. Grayscale: #EFEFEF. Windows color (decimal): -921366 or 15397105. OLE color: 15397105.

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

Color convert

RGB 241 240 234 -
CMYK 0 0.00 0.03 0.05
HSL 51.43º 0.2% 0.93% -
HSV(B) 51.43º 0.03% 0.95% -
XYZ 82.29 86.96 90.29 -
YUV 239.62 124.83 128.99 -
System Red Green Blue C M Y K H S L
Decimal 241 240 234 0 0.00 0.03 0.05 51.43 0.2 0.93
Hex F1 F0 EA 0 0 3 5 33 14 5D
Octal 361 360 352 0 0 3 5 63 24 135
Binary 11110001 11110000 11101010 0 0 11 101 110011 10100 1011101

Color Harmonies of #F1F0EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1F0EA

Black with #F1F0EA

Text Example


Text Example

White with #F1F0EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1F0EA; }

 p { color: rgb(241,240,234); }

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

background-color css

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

 a { background-color: rgb(241,240,234); }

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

border-color css

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

 span { border-color: rgb(241,240,234); }

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