Html Css Color HEX #F4EFAA Shalimar

📋 copy color: '#F4EFAA'

red 244 ◦ green 239 ◦ blue 170

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

Shades of Shalimar #F4EFAA

Tints of Shalimar #F4EFAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 26.03%

R = 37.37%
G = 36.6%
B = 26.03%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.30

 K value IS 0.04

RGB Variations

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

Color information

#F4EFAA (or 0xF4EFAA) is known color: Shalimar. HEX triplet: F4, EF and AA. RGB value is (244,239,170). Sum of RGB (Red+Green+Blue) = 244+239+170=653 (86% of max value = 765). Red value is 244 (95.70% from 255 or 37.37% from 653); Green value is 239 (93.75% from 255 or 36.60% from 653); Blue value is 170 (66.80% from 255 or 26.03% from 653); Max value from RGB is 244 - color contains mainly: red. Hex color #F4EFAA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F4EFAA is #0B1055. Grayscale: #E8E8E8. Windows color (decimal): -725078 or 11202548. OLE color: 11202548.

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

Color convert

RGB 244 239 170 -
CMYK 0 0.02 0.30 0.04
HSL 55.95º 0.77% 0.81% -
HSV(B) 55.95º 0.3% 0.96% -
XYZ 75.43 83.87 50.24 -
YUV 232.63 92.66 136.11 -
System Red Green Blue C M Y K H S L
Decimal 244 239 170 0 0.02 0.30 0.04 55.95 0.77 0.81
Hex F4 EF AA 0 2 1E 4 38 4D 51
Octal 364 357 252 0 2 36 4 70 115 121
Binary 11110100 11101111 10101010 0 10 11110 100 111000 1001101 1010001

Color Harmonies of #F4EFAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4EFAA

Black with #F4EFAA

Text Example


Text Example

White with #F4EFAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4EFAA; }

 p { color: rgb(244,239,170); }

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

background-color css

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

 a { background-color: rgb(244,239,170); }

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

border-color css

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

 span { border-color: rgb(244,239,170); }

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