#FFFBB2

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

Shades of Shalimar #FFFBB2

Tints of Shalimar #FFFBB2

Color information

#FFFBB2 (or 0xFFFBB2) is unknown color: approx Shalimar. HEX triplet: FF, FB and B2. RGB value is (255,251,178). Sum of RGB (Red+Green+Blue) = 255+251+178=684 (90% of max value = 765). Red value is 255 (100% from 255 or 37.28% from 684); Green value is 251 (98.44% from 255 or 36.70% from 684); Blue value is 178 (69.92% from 255 or 26.02% from 684); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFBB2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFFBB2 is #00044D. Grayscale: #F4F4F4. Windows color (decimal): -1102 or 11729919. OLE color: 11729919.

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

Color convert

RGB255251178-
CMYK00.020.300
HSL56.88º100%84.9%-
HSV(B)56.88º30.2%100%-
XYZ83.7793.4755.75-
YUV243.8790.83135.94-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.28%
GREEN value IS 251 (98.44% from 255) = 36.70%
BLUE value IS 178 (69.92% from 255) = 26.02%
R=37.28%
G=36.70%
B=26.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.30
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25525117800.020.30056.8810084.9
HexFFFBB2021E0396455
Octal3773732620236071144125
Binary11111111111110111011001001011110011100111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFFBB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFFBB2; }

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

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

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

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

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

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

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

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