Html Css Color HEX #F7F1A5 Shalimar

📋 copy color: '#F7F1A5'

red 247 ◦ green 241 ◦ blue 165

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

Shades of Shalimar #F7F1A5

Tints of Shalimar #F7F1A5

RGB

 RED value IS 247 (96.88% from 255) = 37.83%

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

 BLUE value IS 165 (64.84% from 255) = 25.27%

R = 37.83%
G = 36.91%
B = 25.27%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.33

 K value IS 0.03

RGB Variations

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

Color information

#F7F1A5 (or 0xF7F1A5) is known color: Shalimar. HEX triplet: F7, F1 and A5. RGB value is (247,241,165). Sum of RGB (Red+Green+Blue) = 247+241+165=653 (86% of max value = 765). Red value is 247 (96.88% from 255 or 37.83% from 653); Green value is 241 (94.53% from 255 or 36.91% from 653); Blue value is 165 (64.84% from 255 or 25.27% from 653); Max value from RGB is 247 - color contains mainly: red. Hex color #F7F1A5 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F7F1A5 is #080E5A. Grayscale: #EAEAEA. Windows color (decimal): -527963 or 10875383. OLE color: 10875383.

HSL color Cylindrical-coordinate representation of color #F7F1A5: hue angle of 55.61º degrees, saturation: 0.84, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F7F1A5 is Cyan = 0, Magento = 0.02, Yellow = 0.33 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 241 165 -
CMYK 0 0.02 0.33 0.03
HSL 55.61º 0.84% 0.81% -
HSV(B) 55.61º 0.33% 0.97% -
XYZ 76.6 85.4 48.04 -
YUV 234.13 88.99 137.18 -
System Red Green Blue C M Y K H S L
Decimal 247 241 165 0 0.02 0.33 0.03 55.61 0.84 0.81
Hex F7 F1 A5 0 2 21 3 38 54 51
Octal 367 361 245 0 2 41 3 70 124 121
Binary 11110111 11110001 10100101 0 10 100001 11 111000 1010100 1010001

Color Harmonies of #F7F1A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7F1A5

Black with #F7F1A5

Text Example


Text Example

White with #F7F1A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7F1A5; }

 p { color: rgb(247,241,165); }

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

background-color css

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

 a { background-color: rgb(247,241,165); }

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

border-color css

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

 span { border-color: rgb(247,241,165); }

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