Html Css Color HEX #FFF5AE Shalimar

📋 copy color: '#FFF5AE'

red 255 ◦ green 245 ◦ blue 174

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

Shades of Shalimar #FFF5AE

Tints of Shalimar #FFF5AE

RGB

 RED value IS 255 (100% from 255) = 37.83%

 GREEN value IS 245 (96.09% from 255) = 36.35%

 BLUE value IS 174 (68.36% from 255) = 25.82%

R = 37.83%
G = 36.35%
B = 25.82%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.32

 K value IS 0

RGB Variations

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

Color information

#FFF5AE (or 0xFFF5AE) is known color: Shalimar. HEX triplet: FF, F5 and AE. RGB value is (255,245,174). Sum of RGB (Red+Green+Blue) = 255+245+174=674 (89% of max value = 765). Red value is 255 (100% from 255 or 37.83% from 674); Green value is 245 (96.09% from 255 or 36.35% from 674); Blue value is 174 (68.36% from 255 or 25.82% from 674); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF5AE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF5AE is #000A51. Grayscale: #F0F0F0. Windows color (decimal): -2642 or 11466239. OLE color: 11466239.

HSL color Cylindrical-coordinate representation of color #FFF5AE: hue angle of 52.59º 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 #FFF5AE is Cyan = 0, Magento = 0.04, Yellow = 0.32 and Black (K on CMYK) = 0.

Color convert

RGB 255 245 174 -
CMYK 0 0.04 0.32 0
HSL 52.59º 1% 0.84% -
HSV(B) 52.59º 0.32% 1% -
XYZ 81.53 89.62 53.05 -
YUV 239.9 90.81 138.77 -
System Red Green Blue C M Y K H S L
Decimal 255 245 174 0 0.04 0.32 0 52.59 1 0.84
Hex FF F5 AE 0 4 20 0 35 64 54
Octal 377 365 256 0 4 40 0 65 144 124
Binary 11111111 11110101 10101110 0 100 100000 0 110101 1100100 1010100

Color Harmonies of #FFF5AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF5AE

Black with #FFF5AE

Text Example


Text Example

White with #FFF5AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF5AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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