#FCFEBA

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

Shades of Cumulus #FCFEBA

Tints of Cumulus #FCFEBA

Color information

#FCFEBA (or 0xFCFEBA) is unknown color: approx Cumulus. HEX triplet: FC, FE and BA. RGB value is (252,254,186). Sum of RGB (Red+Green+Blue) = 252+254+186=692 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.42% from 692); Green value is 254 (99.61% from 255 or 36.71% from 692); Blue value is 186 (73.05% from 255 or 26.88% from 692); Max value from RGB is 254 - color contains mainly: green. Hex color #FCFEBA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFEBA is #030145. Grayscale: #F5F5F5. Windows color (decimal): -196934 or 12254972. OLE color: 12254972.

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

Color convert

RGB252254186-
CMYK0.0100.270.00
HSL61.76º97.14%86.27%-
HSV(B)61.76º26.77%99.61%-
XYZ84.4595.1260.36-
YUV245.6594.34132.53-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.42%
GREEN value IS 254 (99.61% from 255) = 36.71%
BLUE value IS 186 (73.05% from 255) = 26.88%
R=36.42%
G=36.71%
B=26.88%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2522541860.0100.270.0061.7697.1486.27
HexFCFEBA101B03e6156
Octal3743762721033076141126
Binary1111110011111110101110101011011011111011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFEBA; }

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

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

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

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

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

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

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

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