#FEFCBB

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

Shades of Cumulus #FEFCBB

Tints of Cumulus #FEFCBB

Color information

#FEFCBB (or 0xFEFCBB) is unknown color: approx Cumulus. HEX triplet: FE, FC and BB. RGB value is (254,252,187). Sum of RGB (Red+Green+Blue) = 254+252+187=693 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.65% from 693); Green value is 252 (98.83% from 255 or 36.36% from 693); Blue value is 187 (73.44% from 255 or 26.98% from 693); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFCBB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEFCBB is #010344. Grayscale: #F5F5F5. Windows color (decimal): -66373 or 12319998. OLE color: 12319998.

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

Color convert

RGB254252187-
CMYK00.010.260.00
HSL58.21º97.1%86.47%-
HSV(B)58.21º26.38%99.61%-
XYZ84.6594.2860.75-
YUV245.1995.16134.29-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.65%
GREEN value IS 252 (98.83% from 255) = 36.36%
BLUE value IS 187 (73.44% from 255) = 26.98%
R=36.65%
G=36.36%
B=26.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.26
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25425218700.010.260.0058.2197.186.47
HexFEFCBB011A03a6156
Octal3763742730132072141126
Binary1111111011111100101110110111010011101011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFCBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFCBB; }

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

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

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

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

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

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

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

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