#F4EFAB

Color #F4EFAB Shalimar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shalimar #F4EFAB

Tints of Shalimar #F4EFAB

Color information

#F4EFAB (or 0xF4EFAB) is unknown color: approx Shalimar. HEX triplet: F4, EF and AB. RGB value is (244,239,171). Sum of RGB (Red+Green+Blue) = 244+239+171=654 (86% of max value = 765). Red value is 244 (95.70% from 255 or 37.31% from 654); Green value is 239 (93.75% from 255 or 36.54% from 654); Blue value is 171 (67.19% from 255 or 26.15% from 654); Max value from RGB is 244 - color contains mainly: red. Hex color #F4EFAB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F4EFAB is #0B1054. Grayscale: #E9E9E9. Windows color (decimal): -725077 or 11268084. OLE color: 11268084.

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

Color convert

RGB244239171-
CMYK00.020.300.04
HSL55.89º76.84%81.37%-
HSV(B)55.89º29.92%95.69%-
XYZ75.5383.9150.74-
YUV232.7493.16136.03-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 37.31%
GREEN value IS 239 (93.75% from 255) = 36.54%
BLUE value IS 171 (67.19% from 255) = 26.15%
R=37.31%
G=36.54%
B=26.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.30
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24423917100.020.300.0455.8976.8481.37
HexF4EFAB021E4384d51
Octal3643572530236470115121
Binary1111010011101111101010110101111010011100010011011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4EFAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4EFAB; }

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

 H1.HeaderClassName
 {
   color: #F4EFAB;
 }
 .AnyTagClassName
 {
   color: #F4EFAB;
 }
</style>
background-color css

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

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

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

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

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

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