Html Css Color HEX #FFF7AD Shalimar

📋 copy color: '#FFF7AD'

red 255 ◦ green 247 ◦ blue 173

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

Shades of Shalimar #FFF7AD

Tints of Shalimar #FFF7AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 25.63%

R = 37.78%
G = 36.59%
B = 25.63%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.32

 K value IS 0

RGB Variations

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

Color information

#FFF7AD (or 0xFFF7AD) is known color: Shalimar. HEX triplet: FF, F7 and AD. RGB value is (255,247,173). Sum of RGB (Red+Green+Blue) = 255+247+173=675 (89% of max value = 765). Red value is 255 (100% from 255 or 37.78% from 675); Green value is 247 (96.88% from 255 or 36.59% from 675); Blue value is 173 (67.97% from 255 or 25.63% from 675); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF7AD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF7AD is #000852. Grayscale: #F1F1F1. Windows color (decimal): -2131 or 11401215. OLE color: 11401215.

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

Color convert

RGB 255 247 173 -
CMYK 0 0.03 0.32 0
HSL 54.15º 1% 0.84% -
HSV(B) 54.15º 0.32% 1% -
XYZ 82.04 90.8 52.74 -
YUV 240.96 89.65 138.02 -
System Red Green Blue C M Y K H S L
Decimal 255 247 173 0 0.03 0.32 0 54.15 1 0.84
Hex FF F7 AD 0 3 20 0 36 64 54
Octal 377 367 255 0 3 40 0 66 144 124
Binary 11111111 11110111 10101101 0 11 100000 0 110110 1100100 1010100

Color Harmonies of #FFF7AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF7AD

Black with #FFF7AD

Text Example


Text Example

White with #FFF7AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF7AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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