Html Css Color HEX #F9EFAD Shalimar

📋 copy color: '#F9EFAD'

red 249 ◦ green 239 ◦ blue 173

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

Shades of Shalimar #F9EFAD

Tints of Shalimar #F9EFAD

RGB

 RED value IS 249 (97.66% from 255) = 37.67%

 GREEN value IS 239 (93.75% from 255) = 36.16%

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

R = 37.67%
G = 36.16%
B = 26.17%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#F9EFAD (or 0xF9EFAD) is known color: Shalimar. HEX triplet: F9, EF and AD. RGB value is (249,239,173). Sum of RGB (Red+Green+Blue) = 249+239+173=661 (87% of max value = 765). Red value is 249 (97.66% from 255 or 37.67% from 661); Green value is 239 (93.75% from 255 or 36.16% from 661); Blue value is 173 (67.97% from 255 or 26.17% from 661); Max value from RGB is 249 - color contains mainly: red. Hex color #F9EFAD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F9EFAD is #061052. Grayscale: #EAEAEA. Windows color (decimal): -397395 or 11399161. OLE color: 11399161.

HSL color Cylindrical-coordinate representation of color #F9EFAD: hue angle of 52.11º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F9EFAD is Cyan = 0, Magento = 0.04, Yellow = 0.31 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 239 173 -
CMYK 0 0.04 0.31 0.02
HSL 52.11º 0.86% 0.83% -
HSV(B) 52.11º 0.31% 0.98% -
XYZ 77.48 84.89 51.84 -
YUV 234.47 93.31 138.37 -
System Red Green Blue C M Y K H S L
Decimal 249 239 173 0 0.04 0.31 0.02 52.11 0.86 0.83
Hex F9 EF AD 0 4 1F 2 34 56 53
Octal 371 357 255 0 4 37 2 64 126 123
Binary 11111001 11101111 10101101 0 100 11111 10 110100 1010110 1010011

Color Harmonies of #F9EFAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9EFAD

Black with #F9EFAD

Text Example


Text Example

White with #F9EFAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9EFAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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