Html Css Color HEX #FAF8EC Alabaster

📋 copy color: '#FAF8EC'

red 250 ◦ green 248 ◦ blue 236

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

Shades of Alabaster #FAF8EC

Tints of Alabaster #FAF8EC

RGB

 RED value IS 250 (98.05% from 255) = 34.06%

 GREEN value IS 248 (97.27% from 255) = 33.79%

 BLUE value IS 236 (92.58% from 255) = 32.15%

R = 34.06%
G = 33.79%
B = 32.15%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#FAF8EC (or 0xFAF8EC) is known color: Alabaster. HEX triplet: FA, F8 and EC. RGB value is (250,248,236). Sum of RGB (Red+Green+Blue) = 250+248+236=734 (97% of max value = 765). Red value is 250 (98.05% from 255 or 34.06% from 734); Green value is 248 (97.27% from 255 or 33.79% from 734); Blue value is 236 (92.58% from 255 or 32.15% from 734); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF8EC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAF8EC is #050713. Grayscale: #F7F7F7. Windows color (decimal): -329492 or 15530234. OLE color: 15530234.

HSL color Cylindrical-coordinate representation of color #FAF8EC: hue angle of 51.43º degrees, saturation: 0.58, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #FAF8EC is Cyan = 0, Magento = 0.01, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 248 236 -
CMYK 0 0.01 0.06 0.02
HSL 51.43º 0.58% 0.95% -
HSV(B) 51.43º 0.06% 0.98% -
XYZ 88.13 93.51 92.76 -
YUV 247.23 121.66 129.98 -
System Red Green Blue C M Y K H S L
Decimal 250 248 236 0 0.01 0.06 0.02 51.43 0.58 0.95
Hex FA F8 EC 0 1 6 2 33 3A 5F
Octal 372 370 354 0 1 6 2 63 72 137
Binary 11111010 11111000 11101100 0 1 110 10 110011 111010 1011111

Color Harmonies of #FAF8EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF8EC

Black with #FAF8EC

Text Example


Text Example

White with #FAF8EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF8EC; }

 p { color: rgb(250,248,236); }

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

background-color css

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

 a { background-color: rgb(250,248,236); }

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

border-color css

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

 span { border-color: rgb(250,248,236); }

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