#FEFEBE

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

Shades of Cumulus #FEFEBE

Tints of Cumulus #FEFEBE

Color information

#FEFEBE (or 0xFEFEBE) is unknown color: approx Cumulus. HEX triplet: FE, FE and BE. RGB value is (254,254,190). Sum of RGB (Red+Green+Blue) = 254+254+190=698 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.39% from 698); Green value is 254 (99.61% from 255 or 36.39% from 698); Blue value is 190 (74.61% from 255 or 27.22% from 698); Max value from RGB is 254 - color contains mainly: red, green. Hex color #FEFEBE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEFEBE is #010141. Grayscale: #F6F6F6. Windows color (decimal): -65858 or 12517118. OLE color: 12517118.

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

Color convert

RGB254254190-
CMYK000.250.00
HSL60º96.97%87.06%-
HSV(B)60º25.2%99.61%-
XYZ85.6195.6762.67-
YUV246.796133.2-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.39%
GREEN value IS 254 (99.61% from 255) = 36.39%
BLUE value IS 190 (74.61% from 255) = 27.22%
R=36.39%
G=36.39%
B=27.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254254190000.250.006096.9787.06
HexFEFEBE001903c6157
Octal3763762760031074141127
Binary1111111011111110101111100011001011110011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFEBE; }

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

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

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

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

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

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

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

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