Html Css Color HEX #F6F5AF Shalimar

📋 copy color: '#F6F5AF'

red 246 ◦ green 245 ◦ blue 175

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

Shades of Shalimar #F6F5AF

Tints of Shalimar #F6F5AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 26.28%

R = 36.94%
G = 36.79%
B = 26.28%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.29

 K value IS 0.04

RGB Variations

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

Color information

#F6F5AF (or 0xF6F5AF) is known color: Shalimar. HEX triplet: F6, F5 and AF. RGB value is (246,245,175). Sum of RGB (Red+Green+Blue) = 246+245+175=666 (88% of max value = 765). Red value is 246 (96.48% from 255 or 36.94% from 666); Green value is 245 (96.09% from 255 or 36.79% from 666); Blue value is 175 (68.75% from 255 or 26.28% from 666); Max value from RGB is 246 - color contains mainly: red. Hex color #F6F5AF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F6F5AF is #090A50. Grayscale: #EDEDED. Windows color (decimal): -592465 or 11531766. OLE color: 11531766.

HSL color Cylindrical-coordinate representation of color #F6F5AF: hue angle of 59.15º degrees, saturation: 0.8, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F6F5AF is Cyan = 0, Magento = 0.00, Yellow = 0.29 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 245 175 -
CMYK 0 0.00 0.29 0.04
HSL 59.15º 0.8% 0.83% -
HSV(B) 59.15º 0.29% 0.96% -
XYZ 78.4 87.99 53.41 -
YUV 237.32 92.83 134.19 -
System Red Green Blue C M Y K H S L
Decimal 246 245 175 0 0.00 0.29 0.04 59.15 0.8 0.83
Hex F6 F5 AF 0 0 1D 4 3B 50 53
Octal 366 365 257 0 0 35 4 73 120 123
Binary 11110110 11110101 10101111 0 0 11101 100 111011 1010000 1010011

Color Harmonies of #F6F5AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6F5AF

Black with #F6F5AF

Text Example


Text Example

White with #F6F5AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6F5AF; }

 p { color: rgb(246,245,175); }

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

background-color css

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

 a { background-color: rgb(246,245,175); }

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

border-color css

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

 span { border-color: rgb(246,245,175); }

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