#FFFCAB

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

Shades of Shalimar #FFFCAB

Tints of Shalimar #FFFCAB

Color information

#FFFCAB (or 0xFFFCAB) is unknown color: approx Shalimar. HEX triplet: FF, FC and AB. RGB value is (255,252,171). Sum of RGB (Red+Green+Blue) = 255+252+171=678 (89% of max value = 765). Red value is 255 (100% from 255 or 37.61% from 678); Green value is 252 (98.83% from 255 or 37.17% from 678); Blue value is 171 (67.19% from 255 or 25.22% from 678); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFCAB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFFCAB is #000354. Grayscale: #F3F3F3. Windows color (decimal): -853 or 11271423. OLE color: 11271423.

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

Color convert

RGB255252171-
CMYK00.010.330
HSL57.86º100%83.53%-
HSV(B)57.86º32.94%100%-
XYZ83.493.8252.24-
YUV243.6686.99136.09-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.61%
GREEN value IS 252 (98.83% from 255) = 37.17%
BLUE value IS 171 (67.19% from 255) = 25.22%
R=37.61%
G=37.17%
B=25.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.33
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25525217100.010.33057.8610083.53
HexFFFCAB012103a6454
Octal3773742530141072144124
Binary11111111111111001010101101100001011101011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFFCAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFFCAB; }

 p { color: rgb(255,252,171); }

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

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

 a { background-color: rgb(255,252,171); }

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

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

 span { border-color: rgb(255,252,171); }

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