#FEFEBD

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

Shades of Cumulus #FEFEBD

Tints of Cumulus #FEFEBD

Color information

#FEFEBD (or 0xFEFEBD) is unknown color: approx Cumulus. HEX triplet: FE, FE and BD. RGB value is (254,254,189). Sum of RGB (Red+Green+Blue) = 254+254+189=697 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.44% from 697); Green value is 254 (99.61% from 255 or 36.44% from 697); Blue value is 189 (74.22% from 255 or 27.12% from 697); Max value from RGB is 254 - color contains mainly: red, green. Hex color #FEFEBD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEFEBD is #010142. Grayscale: #F6F6F6. Windows color (decimal): -65859 or 12451582. OLE color: 12451582.

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

Color convert

RGB254254189-
CMYK000.260.00
HSL60º97.01%86.86%-
HSV(B)60º25.59%99.61%-
XYZ85.595.6362.1-
YUV246.5995.5133.29-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.44%
GREEN value IS 254 (99.61% from 255) = 36.44%
BLUE value IS 189 (74.22% from 255) = 27.12%
R=36.44%
G=36.44%
B=27.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254254189000.260.006097.0186.86
HexFEFEBD001A03c6157
Octal3763762750032074141127
Binary1111111011111110101111010011010011110011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFEBD; }

 p { color: rgb(254,254,189); }

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

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

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

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

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

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

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