Html Css Color HEX #F9EFAF Shalimar

📋 copy color: '#F9EFAF'

red 249 ◦ green 239 ◦ blue 175

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

Shades of Shalimar #F9EFAF

Tints of Shalimar #F9EFAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 26.4%

R = 37.56%
G = 36.05%
B = 26.4%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#F9EFAF (or 0xF9EFAF) is known color: Shalimar. HEX triplet: F9, EF and AF. RGB value is (249,239,175). Sum of RGB (Red+Green+Blue) = 249+239+175=663 (87% of max value = 765). Red value is 249 (97.66% from 255 or 37.56% from 663); Green value is 239 (93.75% from 255 or 36.05% from 663); Blue value is 175 (68.75% from 255 or 26.40% from 663); Max value from RGB is 249 - color contains mainly: red. Hex color #F9EFAF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F9EFAF is #061050. Grayscale: #EAEAEA. Windows color (decimal): -397393 or 11530233. OLE color: 11530233.

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

Color convert

RGB 249 239 175 -
CMYK 0 0.04 0.30 0.02
HSL 51.89º 0.86% 0.83% -
HSV(B) 51.89º 0.3% 0.98% -
XYZ 77.67 84.97 52.86 -
YUV 234.69 94.31 138.2 -
System Red Green Blue C M Y K H S L
Decimal 249 239 175 0 0.04 0.30 0.02 51.89 0.86 0.83
Hex F9 EF AF 0 4 1E 2 34 56 53
Octal 371 357 257 0 4 36 2 64 126 123
Binary 11111001 11101111 10101111 0 100 11110 10 110100 1010110 1010011

Color Harmonies of #F9EFAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9EFAF

Black with #F9EFAF

Text Example


Text Example

White with #F9EFAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9EFAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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