Html Css Color HEX #F3F1A4 Shalimar

📋 copy color: '#F3F1A4'

red 243 ◦ green 241 ◦ blue 164

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

Shades of Shalimar #F3F1A4

Tints of Shalimar #F3F1A4

RGB

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

 GREEN value IS 241 (94.53% from 255) = 37.19%

 BLUE value IS 164 (64.45% from 255) = 25.31%

R = 37.5%
G = 37.19%
B = 25.31%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.33

 K value IS 0.05

RGB Variations

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

Color information

#F3F1A4 (or 0xF3F1A4) is known color: Shalimar. HEX triplet: F3, F1 and A4. RGB value is (243,241,164). Sum of RGB (Red+Green+Blue) = 243+241+164=648 (85% of max value = 765). Red value is 243 (95.31% from 255 or 37.5% from 648); Green value is 241 (94.53% from 255 or 37.19% from 648); Blue value is 164 (64.45% from 255 or 25.31% from 648); Max value from RGB is 243 - color contains mainly: red. Hex color #F3F1A4 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F3F1A4 is #0C0E5B. Grayscale: #E9E9E9. Windows color (decimal): -790108 or 10809843. OLE color: 10809843.

HSL color Cylindrical-coordinate representation of color #F3F1A4: hue angle of 58.48º degrees, saturation: 0.77, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F3F1A4 is Cyan = 0, Magento = 0.01, Yellow = 0.33 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 241 164 -
CMYK 0 0.01 0.33 0.05
HSL 58.48º 0.77% 0.8% -
HSV(B) 58.48º 0.33% 0.95% -
XYZ 75.12 84.65 47.5 -
YUV 232.82 89.16 135.26 -
System Red Green Blue C M Y K H S L
Decimal 243 241 164 0 0.01 0.33 0.05 58.48 0.77 0.8
Hex F3 F1 A4 0 1 21 5 3A 4D 50
Octal 363 361 244 0 1 41 5 72 115 120
Binary 11110011 11110001 10100100 0 1 100001 101 111010 1001101 1010000

Color Harmonies of #F3F1A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3F1A4

Black with #F3F1A4

Text Example


Text Example

White with #F3F1A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3F1A4; }

 p { color: rgb(243,241,164); }

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

background-color css

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

 a { background-color: rgb(243,241,164); }

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

border-color css

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

 span { border-color: rgb(243,241,164); }

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