Html Css Color HEX #F4F6AA Shalimar

📋 copy color: '#F4F6AA'

red 244 ◦ green 246 ◦ blue 170

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

Shades of Shalimar #F4F6AA

Tints of Shalimar #F4F6AA

RGB

 RED value IS 244 (95.7% from 255) = 36.97%

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

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

R = 36.97%
G = 37.27%
B = 25.76%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.31

 K value IS 0.04

RGB Variations

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

Color information

#F4F6AA (or 0xF4F6AA) is known color: Shalimar. HEX triplet: F4, F6 and AA. RGB value is (244,246,170). Sum of RGB (Red+Green+Blue) = 244+246+170=660 (87% of max value = 765). Red value is 244 (95.70% from 255 or 36.97% from 660); Green value is 246 (96.48% from 255 or 37.27% from 660); Blue value is 170 (66.80% from 255 or 25.76% from 660); Max value from RGB is 246 - color contains mainly: green. Hex color #F4F6AA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F4F6AA is #0B0955. Grayscale: #EDEDED. Windows color (decimal): -723286 or 11204340. OLE color: 11204340.

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

Color convert

RGB 244 246 170 -
CMYK 0.01 0 0.31 0.04
HSL 61.58º 0.81% 0.82% -
HSV(B) 61.58º 0.31% 0.96% -
XYZ 77.52 88.05 50.94 -
YUV 236.74 90.34 133.18 -
System Red Green Blue C M Y K H S L
Decimal 244 246 170 0.01 0 0.31 0.04 61.58 0.81 0.82
Hex F4 F6 AA 1 0 1F 4 3E 51 52
Octal 364 366 252 1 0 37 4 76 121 122
Binary 11110100 11110110 10101010 1 0 11111 100 111110 1010001 1010010

Color Harmonies of #F4F6AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4F6AA

Black with #F4F6AA

Text Example


Text Example

White with #F4F6AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4F6AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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