#FEFFBE

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

Shades of Cumulus #FEFFBE

Tints of Cumulus #FEFFBE

Color information

#FEFFBE (or 0xFEFFBE) is unknown color: approx Cumulus. HEX triplet: FE, FF and BE. RGB value is (254,255,190). Sum of RGB (Red+Green+Blue) = 254+255+190=699 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.34% from 699); Green value is 255 (100% from 255 or 36.48% from 699); Blue value is 190 (74.61% from 255 or 27.18% from 699); Max value from RGB is 255 - color contains mainly: green. Hex color #FEFFBE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEFFBE is #010041. Grayscale: #F7F7F7. Windows color (decimal): -65602 or 12517374. OLE color: 12517374.

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

Color convert

RGB254255190-
CMYK0.0000.250
HSL60.92º100%87.25%-
HSV(B)60.92º25.49%100%-
XYZ85.9396.3162.78-
YUV247.2995.67132.79-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.34%
GREEN value IS 255 (100% from 255) = 36.48%
BLUE value IS 190 (74.61% from 255) = 27.18%
R=36.34%
G=36.48%
B=27.18%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2542551900.0000.25060.9210087.25
HexFEFFBE001903d6457
Octal3763772760031075144127
Binary1111111011111111101111100011001011110111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFFBE; }

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

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

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

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

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

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

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

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