Html Css Color HEX #F4F6AB Shalimar

📋 copy color: '#F4F6AB'

red 244 ◦ green 246 ◦ blue 171

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

Shades of Shalimar #F4F6AB

Tints of Shalimar #F4F6AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 25.87%

R = 36.91%
G = 37.22%
B = 25.87%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.30

 K value IS 0.04

RGB Variations

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

Color information

#F4F6AB (or 0xF4F6AB) is known color: Shalimar. HEX triplet: F4, F6 and AB. RGB value is (244,246,171). Sum of RGB (Red+Green+Blue) = 244+246+171=661 (87% of max value = 765). Red value is 244 (95.70% from 255 or 36.91% from 661); Green value is 246 (96.48% from 255 or 37.22% from 661); Blue value is 171 (67.19% from 255 or 25.87% from 661); Max value from RGB is 246 - color contains mainly: green. Hex color #F4F6AB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F4F6AB is #0B0954. Grayscale: #EDEDED. Windows color (decimal): -723285 or 11269876. OLE color: 11269876.

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

Color convert

RGB 244 246 171 -
CMYK 0.01 0 0.30 0.04
HSL 61.6º 0.81% 0.82% -
HSV(B) 61.6º 0.3% 0.96% -
XYZ 77.61 88.08 51.44 -
YUV 236.85 90.84 133.1 -
System Red Green Blue C M Y K H S L
Decimal 244 246 171 0.01 0 0.30 0.04 61.6 0.81 0.82
Hex F4 F6 AB 1 0 1E 4 3E 51 52
Octal 364 366 253 1 0 36 4 76 121 122
Binary 11110100 11110110 10101011 1 0 11110 100 111110 1010001 1010010

Color Harmonies of #F4F6AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4F6AB

Black with #F4F6AB

Text Example


Text Example

White with #F4F6AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4F6AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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