Html Css Color HEX #FFF7A5 Shalimar

📋 copy color: '#FFF7A5'

red 255 ◦ green 247 ◦ blue 165

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

Shades of Shalimar #FFF7A5

Tints of Shalimar #FFF7A5

RGB

 RED value IS 255 (100% from 255) = 38.23%

 GREEN value IS 247 (96.88% from 255) = 37.03%

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

R = 38.23%
G = 37.03%
B = 24.74%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.35

 K value IS 0

RGB Variations

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

Color information

#FFF7A5 (or 0xFFF7A5) is known color: Shalimar. HEX triplet: FF, F7 and A5. RGB value is (255,247,165). Sum of RGB (Red+Green+Blue) = 255+247+165=667 (88% of max value = 765). Red value is 255 (100% from 255 or 38.23% from 667); Green value is 247 (96.88% from 255 or 37.03% from 667); Blue value is 165 (64.84% from 255 or 24.74% from 667); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF7A5 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF7A5 is #00085A. Grayscale: #F0F0F0. Windows color (decimal): -2139 or 10876927. OLE color: 10876927.

HSL color Cylindrical-coordinate representation of color #FFF7A5: hue angle of 54.67º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FFF7A5 is Cyan = 0, Magento = 0.03, Yellow = 0.35 and Black (K on CMYK) = 0.

Color convert

RGB 255 247 165 -
CMYK 0 0.03 0.35 0
HSL 54.67º 1% 0.82% -
HSV(B) 54.67º 0.35% 1% -
XYZ 81.29 90.5 48.78 -
YUV 240.04 85.65 138.67 -
System Red Green Blue C M Y K H S L
Decimal 255 247 165 0 0.03 0.35 0 54.67 1 0.82
Hex FF F7 A5 0 3 23 0 37 64 52
Octal 377 367 245 0 3 43 0 67 144 122
Binary 11111111 11110111 10100101 0 11 100011 0 110111 1100100 1010010

Color Harmonies of #FFF7A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF7A5

Black with #FFF7A5

Text Example


Text Example

White with #FFF7A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF7A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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