#FEFCB6

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

Shades of Cumulus #FEFCB6

Tints of Cumulus #FEFCB6

Color information

#FEFCB6 (or 0xFEFCB6) is unknown color: approx Cumulus. HEX triplet: FE, FC and B6. RGB value is (254,252,182). Sum of RGB (Red+Green+Blue) = 254+252+182=688 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.92% from 688); Green value is 252 (98.83% from 255 or 36.63% from 688); Blue value is 182 (71.48% from 255 or 26.45% from 688); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFCB6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEFCB6 is #010349. Grayscale: #F4F4F4. Windows color (decimal): -66378 or 11992318. OLE color: 11992318.

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

Color convert

RGB254252182-
CMYK00.010.280.00
HSL58.33º97.3%85.49%-
HSV(B)58.33º28.35%99.61%-
XYZ84.1394.0757.98-
YUV244.6292.66134.69-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.92%
GREEN value IS 252 (98.83% from 255) = 36.63%
BLUE value IS 182 (71.48% from 255) = 26.45%
R=36.92%
G=36.63%
B=26.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.28
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25425218200.010.280.0058.3397.385.49
HexFEFCB6011C03a6155
Octal3763742660134072141125
Binary1111111011111100101101100111100011101011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFCB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFCB6; }

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

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

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

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

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

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

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

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