Html Css Color HEX #F4F0AD Shalimar

📋 copy color: '#F4F0AD'

red 244 ◦ green 240 ◦ blue 173

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

Shades of Shalimar #F4F0AD

Tints of Shalimar #F4F0AD

RGB

 RED value IS 244 (95.7% from 255) = 37.14%

 GREEN value IS 240 (94.14% from 255) = 36.53%

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

R = 37.14%
G = 36.53%
B = 26.33%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.29

 K value IS 0.04

RGB Variations

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

Color information

#F4F0AD (or 0xF4F0AD) is known color: Shalimar. HEX triplet: F4, F0 and AD. RGB value is (244,240,173). Sum of RGB (Red+Green+Blue) = 244+240+173=657 (87% of max value = 765). Red value is 244 (95.70% from 255 or 37.14% from 657); Green value is 240 (94.14% from 255 or 36.53% from 657); Blue value is 173 (67.97% from 255 or 26.33% from 657); Max value from RGB is 244 - color contains mainly: red. Hex color #F4F0AD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F4F0AD is #0B0F52. Grayscale: #E9E9E9. Windows color (decimal): -724819 or 11399412. OLE color: 11399412.

HSL color Cylindrical-coordinate representation of color #F4F0AD: hue angle of 56.62º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F4F0AD is Cyan = 0, Magento = 0.02, Yellow = 0.29 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 240 173 -
CMYK 0 0.02 0.29 0.04
HSL 56.62º 0.76% 0.82% -
HSV(B) 56.62º 0.29% 0.96% -
XYZ 76.01 84.57 51.85 -
YUV 233.56 93.83 135.45 -
System Red Green Blue C M Y K H S L
Decimal 244 240 173 0 0.02 0.29 0.04 56.62 0.76 0.82
Hex F4 F0 AD 0 2 1D 4 39 4C 52
Octal 364 360 255 0 2 35 4 71 114 122
Binary 11110100 11110000 10101101 0 10 11101 100 111001 1001100 1010010

Color Harmonies of #F4F0AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4F0AD

Black with #F4F0AD

Text Example


Text Example

White with #F4F0AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4F0AD; }

 p { color: rgb(244,240,173); }

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

background-color css

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

 a { background-color: rgb(244,240,173); }

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

border-color css

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

 span { border-color: rgb(244,240,173); }

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