#FFFBA8

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

Shades of Shalimar #FFFBA8

Tints of Shalimar #FFFBA8

Color information

#FFFBA8 (or 0xFFFBA8) is unknown color: approx Shalimar. HEX triplet: FF, FB and A8. RGB value is (255,251,168). Sum of RGB (Red+Green+Blue) = 255+251+168=674 (89% of max value = 765). Red value is 255 (100% from 255 or 37.83% from 674); Green value is 251 (98.44% from 255 or 37.24% from 674); Blue value is 168 (66.02% from 255 or 24.93% from 674); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFBA8 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFFBA8 is #000457. Grayscale: #F3F3F3. Windows color (decimal): -1112 or 11074559. OLE color: 11074559.

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

Color convert

RGB255251168-
CMYK00.020.340
HSL57.24º100%82.94%-
HSV(B)57.24º34.12%100%-
XYZ82.8193.0850.65-
YUV242.7385.83136.75-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.83%
GREEN value IS 251 (98.44% from 255) = 37.24%
BLUE value IS 168 (66.02% from 255) = 24.93%
R=37.83%
G=37.24%
B=24.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.34
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25525116800.020.34057.2410082.94
HexFFFBA802220396453
Octal3773732500242071144123
Binary111111111111101110101000010100010011100111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFFBA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFFBA8; }

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

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

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

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

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

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

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

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