#FFF4B4

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

Shades of Shalimar #FFF4B4

Tints of Shalimar #FFF4B4

Color information

#FFF4B4 (or 0xFFF4B4) is unknown color: approx Shalimar. HEX triplet: FF, F4 and B4. RGB value is (255,244,180). Sum of RGB (Red+Green+Blue) = 255+244+180=679 (89% of max value = 765). Red value is 255 (100% from 255 or 37.56% from 679); Green value is 244 (95.70% from 255 or 35.94% from 679); Blue value is 180 (70.70% from 255 or 26.51% from 679); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF4B4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF4B4 is #000B4B. Grayscale: #F0F0F0. Windows color (decimal): -2892 or 11859199. OLE color: 11859199.

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

Color convert

RGB255244180-
CMYK00.040.290
HSL51.2º100%85.29%-
HSV(B)51.2º29.41%100%-
XYZ81.8389.2656.1-
YUV239.9994.14138.7-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.56%
GREEN value IS 244 (95.70% from 255) = 35.94%
BLUE value IS 180 (70.70% from 255) = 26.51%
R=37.56%
G=35.94%
B=26.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.29
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25524418000.040.29051.210085.29
HexFFF4B4041D0336455
Octal3773642640435063144125
Binary111111111111010010110100010011101011001111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFF4B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFF4B4; }

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

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

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

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

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

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

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

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