#FFF4B2

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

Shades of Shalimar #FFF4B2

Tints of Shalimar #FFF4B2

Color information

#FFF4B2 (or 0xFFF4B2) is unknown color: approx Shalimar. HEX triplet: FF, F4 and B2. RGB value is (255,244,178). Sum of RGB (Red+Green+Blue) = 255+244+178=677 (89% of max value = 765). Red value is 255 (100% from 255 or 37.67% from 677); Green value is 244 (95.70% from 255 or 36.04% from 677); Blue value is 178 (69.92% from 255 or 26.29% from 677); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF4B2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF4B2 is #000B4D. Grayscale: #F0F0F0. Windows color (decimal): -2894 or 11728127. OLE color: 11728127.

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

Color convert

RGB255244178-
CMYK00.040.300
HSL51.43º100%84.9%-
HSV(B)51.43º30.2%100%-
XYZ81.6389.1855.03-
YUV239.7693.14138.87-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.67%
GREEN value IS 244 (95.70% from 255) = 36.04%
BLUE value IS 178 (69.92% from 255) = 26.29%
R=37.67%
G=36.04%
B=26.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.30
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25524417800.040.30051.4310084.9
HexFFF4B2041E0336455
Octal3773642620436063144125
Binary111111111111010010110010010011110011001111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFF4B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFF4B2; }

 p { color: rgb(255,244,178); }

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

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

 a { background-color: rgb(255,244,178); }

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

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

 span { border-color: rgb(255,244,178); }

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