Html Css Color HEX #F6F8AA Shalimar

📋 copy color: '#F6F8AA'

red 246 ◦ green 248 ◦ blue 170

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

Shades of Shalimar #F6F8AA

Tints of Shalimar #F6F8AA

RGB

 RED value IS 246 (96.48% from 255) = 37.05%

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

 BLUE value IS 170 (66.8% from 255) = 25.6%

R = 37.05%
G = 37.35%
B = 25.6%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.31

 K value IS 0.03

RGB Variations

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

Color information

#F6F8AA (or 0xF6F8AA) is known color: Shalimar. HEX triplet: F6, F8 and AA. RGB value is (246,248,170). Sum of RGB (Red+Green+Blue) = 246+248+170=664 (87% of max value = 765). Red value is 246 (96.48% from 255 or 37.05% from 664); Green value is 248 (97.27% from 255 or 37.35% from 664); Blue value is 170 (66.80% from 255 or 25.60% from 664); Max value from RGB is 248 - color contains mainly: green. Hex color #F6F8AA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F6F8AA is #090755. Grayscale: #EEEEEE. Windows color (decimal): -591702 or 11204854. OLE color: 11204854.

HSL color Cylindrical-coordinate representation of color #F6F8AA: hue angle of 61.54º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F6F8AA is Cyan = 0.01, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.03.

Color convert

RGB 246 248 170 -
CMYK 0.01 0 0.31 0.03
HSL 61.54º 0.85% 0.82% -
HSV(B) 61.54º 0.31% 0.97% -
XYZ 78.83 89.63 51.18 -
YUV 238.51 89.34 133.34 -
System Red Green Blue C M Y K H S L
Decimal 246 248 170 0.01 0 0.31 0.03 61.54 0.85 0.82
Hex F6 F8 AA 1 0 1F 3 3E 55 52
Octal 366 370 252 1 0 37 3 76 125 122
Binary 11110110 11111000 10101010 1 0 11111 11 111110 1010101 1010010

Color Harmonies of #F6F8AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6F8AA

Black with #F6F8AA

Text Example


Text Example

White with #F6F8AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6F8AA; }

 p { color: rgb(246,248,170); }

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

background-color css

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

 a { background-color: rgb(246,248,170); }

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

border-color css

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

 span { border-color: rgb(246,248,170); }

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