#FFFBAC

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

Shades of Shalimar #FFFBAC

Tints of Shalimar #FFFBAC

Color information

#FFFBAC (or 0xFFFBAC) is unknown color: approx Shalimar. HEX triplet: FF, FB and AC. RGB value is (255,251,172). Sum of RGB (Red+Green+Blue) = 255+251+172=678 (89% of max value = 765). Red value is 255 (100% from 255 or 37.61% from 678); Green value is 251 (98.44% from 255 or 37.02% from 678); Blue value is 172 (67.58% from 255 or 25.37% from 678); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFBAC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFFBAC is #000453. Grayscale: #F3F3F3. Windows color (decimal): -1108 or 11336703. OLE color: 11336703.

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

Color convert

RGB255251172-
CMYK00.020.330
HSL57.11º100%83.73%-
HSV(B)57.11º32.55%100%-
XYZ83.1893.2352.64-
YUV243.1987.83136.42-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.61%
GREEN value IS 251 (98.44% from 255) = 37.02%
BLUE value IS 172 (67.58% from 255) = 25.37%
R=37.61%
G=37.02%
B=25.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.33
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25525117200.020.33057.1110083.73
HexFFFBAC02210396454
Octal3773732540241071144124
Binary111111111111101110101100010100001011100111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFFBAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFFBAC; }

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

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

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

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

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

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

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

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