#F8FAE1

Color #F8FAE1 Beige (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Beige #F8FAE1

Tints of Beige #F8FAE1

Color information

#F8FAE1 (or 0xF8FAE1) is unknown color: approx Beige. HEX triplet: F8, FA and E1. RGB value is (248,250,225). Sum of RGB (Red+Green+Blue) = 248+250+225=723 (95% of max value = 765). Red value is 248 (97.27% from 255 or 34.30% from 723); Green value is 250 (98.05% from 255 or 34.58% from 723); Blue value is 225 (88.28% from 255 or 31.12% from 723); Max value from RGB is 250 - color contains mainly: green. Hex color #F8FAE1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8FAE1 is #07051E. Grayscale: #F6F6F6. Windows color (decimal): -460063 or 14809848. OLE color: 14809848.

HSL color Cylindrical-coordinate representation of color #F8FAE1: hue angle of 64.8º degrees, saturation: 0.71, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F8FAE1 is Cyan = 0.01, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB248250225-
CMYK0.0100.100.02
HSL64.8º71.43%93.14%-
HSV(B)64.8º10%98.04%-
XYZ86.4993.7684.77-
YUV246.55115.84129.03-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 34.30%
GREEN value IS 250 (98.05% from 255) = 34.58%
BLUE value IS 225 (88.28% from 255) = 31.12%
R=34.30%
G=34.58%
B=31.12%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2482502250.0100.100.0264.871.4393.14
HexF8FAE110A241475d
Octal37037234110122101107135
Binary11111000111110101110000110101010100000110001111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8FAE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8FAE1; }

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

 H1.HeaderClassName
 {
   color: #F8FAE1;
 }
 .AnyTagClassName
 {
   color: #F8FAE1;
 }
</style>
background-color css

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

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

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

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

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

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