#FFF8AE

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

Shades of Shalimar #FFF8AE

Tints of Shalimar #FFF8AE

Color information

#FFF8AE (or 0xFFF8AE) is unknown color: approx Shalimar. HEX triplet: FF, F8 and AE. RGB value is (255,248,174). Sum of RGB (Red+Green+Blue) = 255+248+174=677 (89% of max value = 765). Red value is 255 (100% from 255 or 37.67% from 677); Green value is 248 (97.27% from 255 or 36.63% from 677); Blue value is 174 (68.36% from 255 or 25.70% from 677); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF8AE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF8AE is #000751. Grayscale: #F1F1F1. Windows color (decimal): -1874 or 11467007. OLE color: 11467007.

HSL color Cylindrical-coordinate representation of color #FFF8AE: hue angle of 54.81º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FFF8AE is Cyan = 0, Magento = 0.03, Yellow = 0.32 and Black (K on CMYK) = 0.

Color convert

RGB255248174-
CMYK00.030.320
HSL54.81º100%84.12%-
HSV(B)54.81º31.76%100%-
XYZ82.4591.4553.35-
YUV241.6689.82137.52-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.67%
GREEN value IS 248 (97.27% from 255) = 36.63%
BLUE value IS 174 (68.36% from 255) = 25.70%
R=37.67%
G=36.63%
B=25.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.32
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25524817400.030.32054.8110084.12
HexFFF8AE03200376454
Octal3773702560340067144124
Binary111111111111100010101110011100000011011111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFF8AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFF8AE; }

 p { color: rgb(255,248,174); }

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

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

 a { background-color: rgb(255,248,174); }

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

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

 span { border-color: rgb(255,248,174); }

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