Html Css Color HEX #F2F1EA Alabaster

📋 copy color: '#F2F1EA'

red 242 ◦ green 241 ◦ blue 234

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

Shades of Alabaster #F2F1EA

Tints of Alabaster #F2F1EA

RGB

 RED value IS 242 (94.92% from 255) = 33.75%

 GREEN value IS 241 (94.53% from 255) = 33.61%

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

R = 33.75%
G = 33.61%
B = 32.64%

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

#F2F1EA (or 0xF2F1EA) is known color: Alabaster. HEX triplet: F2, F1 and EA. RGB value is (242,241,234). Sum of RGB (Red+Green+Blue) = 242+241+234=717 (94% of max value = 765). Red value is 242 (94.92% from 255 or 33.75% from 717); Green value is 241 (94.53% from 255 or 33.61% from 717); Blue value is 234 (91.80% from 255 or 32.64% from 717); Max value from RGB is 242 - color contains mainly: red. Hex color #F2F1EA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2F1EA is #0D0E15. Grayscale: #F0F0F0. Windows color (decimal): -855574 or 15397362. OLE color: 15397362.

HSL color Cylindrical-coordinate representation of color #F2F1EA: hue angle of 52.5º degrees, saturation: 0.24, 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 #F2F1EA is Cyan = 0, Magento = 0.00, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 241 234 -
CMYK 0 0.00 0.03 0.05
HSL 52.5º 0.24% 0.93% -
HSV(B) 52.5º 0.03% 0.95% -
XYZ 82.92 87.73 90.4 -
YUV 240.5 124.33 129.07 -
System Red Green Blue C M Y K H S L
Decimal 242 241 234 0 0.00 0.03 0.05 52.5 0.24 0.93
Hex F2 F1 EA 0 0 3 5 34 18 5D
Octal 362 361 352 0 0 3 5 64 30 135
Binary 11110010 11110001 11101010 0 0 11 101 110100 11000 1011101

Color Harmonies of #F2F1EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F1EA

Black with #F2F1EA

Text Example


Text Example

White with #F2F1EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F1EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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