Html Css Color HEX #FFF6AE Shalimar

📋 copy color: '#FFF6AE'

red 255 ◦ green 246 ◦ blue 174

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

Shades of Shalimar #FFF6AE

Tints of Shalimar #FFF6AE

RGB

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

 GREEN value IS 246 (96.48% from 255) = 36.44%

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

R = 37.78%
G = 36.44%
B = 25.78%

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

#FFF6AE (or 0xFFF6AE) is known color: Shalimar. HEX triplet: FF, F6 and AE. RGB value is (255,246,174). Sum of RGB (Red+Green+Blue) = 255+246+174=675 (89% of max value = 765). Red value is 255 (100% from 255 or 37.78% from 675); Green value is 246 (96.48% from 255 or 36.44% from 675); Blue value is 174 (68.36% from 255 or 25.78% from 675); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF6AE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF6AE is #000951. Grayscale: #F0F0F0. Windows color (decimal): -2386 or 11466495. OLE color: 11466495.

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

Color convert

RGB 255 246 174 -
CMYK 0 0.04 0.32 0
HSL 53.33º 1% 0.84% -
HSV(B) 53.33º 0.32% 1% -
XYZ 81.84 90.23 53.15 -
YUV 240.48 90.48 138.35 -
System Red Green Blue C M Y K H S L
Decimal 255 246 174 0 0.04 0.32 0 53.33 1 0.84
Hex FF F6 AE 0 4 20 0 35 64 54
Octal 377 366 256 0 4 40 0 65 144 124
Binary 11111111 11110110 10101110 0 100 100000 0 110101 1100100 1010100

Color Harmonies of #FFF6AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF6AE

Black with #FFF6AE

Text Example


Text Example

White with #FFF6AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF6AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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