Html Css Color HEX #FFF7A9 Shalimar

📋 copy color: '#FFF7A9'

red 255 ◦ green 247 ◦ blue 169

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

Shades of Shalimar #FFF7A9

Tints of Shalimar #FFF7A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 25.19%

R = 38%
G = 36.81%
B = 25.19%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.34

 K value IS 0

RGB Variations

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

Color information

#FFF7A9 (or 0xFFF7A9) is known color: Shalimar. HEX triplet: FF, F7 and A9. RGB value is (255,247,169). Sum of RGB (Red+Green+Blue) = 255+247+169=671 (88% of max value = 765). Red value is 255 (100% from 255 or 38.00% from 671); Green value is 247 (96.88% from 255 or 36.81% from 671); Blue value is 169 (66.41% from 255 or 25.19% from 671); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF7A9 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF7A9 is #000856. Grayscale: #F0F0F0. Windows color (decimal): -2135 or 11139071. OLE color: 11139071.

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

Color convert

RGB 255 247 169 -
CMYK 0 0.03 0.34 0
HSL 54.42º 1% 0.83% -
HSV(B) 54.42º 0.34% 1% -
XYZ 81.66 90.65 50.73 -
YUV 240.5 87.65 138.34 -
System Red Green Blue C M Y K H S L
Decimal 255 247 169 0 0.03 0.34 0 54.42 1 0.83
Hex FF F7 A9 0 3 22 0 36 64 53
Octal 377 367 251 0 3 42 0 66 144 123
Binary 11111111 11110111 10101001 0 11 100010 0 110110 1100100 1010011

Color Harmonies of #FFF7A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF7A9

Black with #FFF7A9

Text Example


Text Example

White with #FFF7A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF7A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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