#FEFCBA

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

Shades of Cumulus #FEFCBA

Tints of Cumulus #FEFCBA

Color information

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

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

Color convert

RGB254252186-
CMYK00.010.270.00
HSL58.24º97.14%86.27%-
HSV(B)58.24º26.77%99.61%-
XYZ84.5594.2460.19-
YUV245.0794.66134.37-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.27
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25425218600.010.270.0058.2497.1486.27
HexFEFCBA011B03a6156
Octal3763742720133072141126
Binary1111111011111100101110100111011011101011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFCBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFCBA; }

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

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

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

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

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

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

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

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