#FFFCBA

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

Shades of Cumulus #FFFCBA

Tints of Cumulus #FFFCBA

Color information

#FFFCBA (or 0xFFFCBA) is unknown color: approx Cumulus. HEX triplet: FF, FC and BA. RGB value is (255,252,186). Sum of RGB (Red+Green+Blue) = 255+252+186=693 (91% of max value = 765). Red value is 255 (100% from 255 or 36.80% from 693); Green value is 252 (98.83% from 255 or 36.36% from 693); Blue value is 186 (73.05% from 255 or 26.84% from 693); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFCBA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFFCBA is #000345. Grayscale: #F5F5F5. Windows color (decimal): -838 or 12254463. OLE color: 12254463.

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

Color convert

RGB255252186-
CMYK00.010.270
HSL57.39º100%86.47%-
HSV(B)57.39º27.06%100%-
XYZ84.9194.4360.21-
YUV245.3794.49134.87-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.80%
GREEN value IS 252 (98.83% from 255) = 36.36%
BLUE value IS 186 (73.05% from 255) = 26.84%
R=36.80%
G=36.36%
B=26.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25525218600.010.27057.3910086.47
HexFFFCBA011B0396456
Octal3773742720133071144126
Binary1111111111111100101110100111011011100111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFFCBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFFCBA; }

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

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

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

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

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

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

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

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