Html Css Color HEX #FFF9AD Shalimar

📋 copy color: '#FFF9AD'

red 255 ◦ green 249 ◦ blue 173

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

Shades of Shalimar #FFF9AD

Tints of Shalimar #FFF9AD

RGB

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

 GREEN value IS 249 (97.66% from 255) = 36.78%

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

R = 37.67%
G = 36.78%
B = 25.55%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.32

 K value IS 0

RGB Variations

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

Color information

#FFF9AD (or 0xFFF9AD) is known color: Shalimar. HEX triplet: FF, F9 and AD. RGB value is (255,249,173). Sum of RGB (Red+Green+Blue) = 255+249+173=677 (89% of max value = 765). Red value is 255 (100% from 255 or 37.67% from 677); Green value is 249 (97.66% from 255 or 36.78% from 677); Blue value is 173 (67.97% from 255 or 25.55% from 677); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF9AD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF9AD is #000652. Grayscale: #F2F2F2. Windows color (decimal): -1619 or 11401727. OLE color: 11401727.

HSL color Cylindrical-coordinate representation of color #FFF9AD: hue angle of 55.61º 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 #FFF9AD is Cyan = 0, Magento = 0.02, Yellow = 0.32 and Black (K on CMYK) = 0.

Color convert

RGB 255 249 173 -
CMYK 0 0.02 0.32 0
HSL 55.61º 1% 0.84% -
HSV(B) 55.61º 0.32% 1% -
XYZ 82.66 92.03 52.94 -
YUV 242.13 88.99 137.18 -
System Red Green Blue C M Y K H S L
Decimal 255 249 173 0 0.02 0.32 0 55.61 1 0.84
Hex FF F9 AD 0 2 20 0 38 64 54
Octal 377 371 255 0 2 40 0 70 144 124
Binary 11111111 11111001 10101101 0 10 100000 0 111000 1100100 1010100

Color Harmonies of #FFF9AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF9AD

Black with #FFF9AD

Text Example


Text Example

White with #FFF9AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF9AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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