#FCFABA

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

Shades of Cumulus #FCFABA

Tints of Cumulus #FCFABA

Color information

#FCFABA (or 0xFCFABA) is unknown color: approx Cumulus. HEX triplet: FC, FA and BA. RGB value is (252,250,186). Sum of RGB (Red+Green+Blue) = 252+250+186=688 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.63% from 688); Green value is 250 (98.05% from 255 or 36.34% from 688); Blue value is 186 (73.05% from 255 or 27.03% from 688); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFABA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFABA is #030545. Grayscale: #F3F3F3. Windows color (decimal): -197958 or 12253948. OLE color: 12253948.

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

Color convert

RGB252250186-
CMYK00.010.260.01
HSL58.18º91.67%85.88%-
HSV(B)58.18º26.19%98.82%-
XYZ83.1992.6159.95-
YUV243.395.66134.2-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.63%
GREEN value IS 250 (98.05% from 255) = 36.34%
BLUE value IS 186 (73.05% from 255) = 27.03%
R=36.63%
G=36.34%
B=27.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.26
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25225018600.010.260.0158.1891.6785.88
HexFCFABA011A13a5c56
Octal3743722720132172134126
Binary1111110011111010101110100111010111101010111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFABA; }

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

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

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

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

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

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

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

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