#FEFCB9

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

Shades of Cumulus #FEFCB9

Tints of Cumulus #FEFCB9

Color information

#FEFCB9 (or 0xFEFCB9) is unknown color: approx Cumulus. HEX triplet: FE, FC and B9. RGB value is (254,252,185). Sum of RGB (Red+Green+Blue) = 254+252+185=691 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.76% from 691); Green value is 252 (98.83% from 255 or 36.47% from 691); Blue value is 185 (72.66% from 255 or 26.77% from 691); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFCB9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEFCB9 is #010346. Grayscale: #F5F5F5. Windows color (decimal): -66375 or 12188926. OLE color: 12188926.

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

Color convert

RGB254252185-
CMYK00.010.270.00
HSL58.26º97.18%86.08%-
HSV(B)58.26º27.17%99.61%-
XYZ84.4494.1959.63-
YUV244.9694.16134.45-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.76%
GREEN value IS 252 (98.83% from 255) = 36.47%
BLUE value IS 185 (72.66% from 255) = 26.77%
R=36.76%
G=36.47%
B=26.77%

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
Decimal25425218500.010.270.0058.2697.1886.08
HexFEFCB9011B03a6156
Octal3763742710133072141126
Binary1111111011111100101110010111011011101011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFCB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFCB9; }

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

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

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

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

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

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

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

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