Html Css Color HEX #F3F6AA Shalimar

📋 copy color: '#F3F6AA'

red 243 ◦ green 246 ◦ blue 170

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

Shades of Shalimar #F3F6AA

Tints of Shalimar #F3F6AA

RGB

 RED value IS 243 (95.31% from 255) = 36.87%

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

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

R = 36.87%
G = 37.33%
B = 25.8%

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

#F3F6AA (or 0xF3F6AA) is known color: Shalimar. HEX triplet: F3, F6 and AA. RGB value is (243,246,170). Sum of RGB (Red+Green+Blue) = 243+246+170=659 (87% of max value = 765). Red value is 243 (95.31% from 255 or 36.87% from 659); Green value is 246 (96.48% from 255 or 37.33% from 659); Blue value is 170 (66.80% from 255 or 25.80% from 659); Max value from RGB is 246 - color contains mainly: green. Hex color #F3F6AA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F3F6AA is #0C0955. Grayscale: #ECECEC. Windows color (decimal): -788822 or 11204339. OLE color: 11204339.

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

Color convert

RGB 243 246 170 -
CMYK 0.01 0 0.31 0.04
HSL 62.37º 0.81% 0.82% -
HSV(B) 62.37º 0.31% 0.96% -
XYZ 77.17 87.87 50.92 -
YUV 236.44 90.51 132.68 -
System Red Green Blue C M Y K H S L
Decimal 243 246 170 0.01 0 0.31 0.04 62.37 0.81 0.82
Hex F3 F6 AA 1 0 1F 4 3E 51 52
Octal 363 366 252 1 0 37 4 76 121 122
Binary 11110011 11110110 10101010 1 0 11111 100 111110 1010001 1010010

Color Harmonies of #F3F6AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3F6AA

Black with #F3F6AA

Text Example


Text Example

White with #F3F6AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3F6AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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