#fefbba

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

Shades of Cumulus #FEFBBA

Tints of Cumulus #FEFBBA

Color information

#FEFBBA (or 0xFEFBBA) is unknown color: approx Cumulus. HEX triplet: FE, FB and BA. RGB value is (254,251,186). Sum of RGB (Red+Green+Blue) = 254+251+186=691 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.76% from 691); Green value is 251 (98.44% from 255 or 36.32% from 691); Blue value is 186 (73.05% from 255 or 26.92% from 691); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFBBA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEFBBA is #010445. Grayscale: #F4F4F4. Windows color (decimal): -66630 or 12254206. OLE color: 12254206.

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

Color convert

RGB254251186-
CMYK00.010.270.00
HSL57.35º97.14%86.27%-
HSV(B)57.35º26.77%99.61%-
XYZ84.2393.6160.08-
YUV244.4994.99134.79-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.76%
GREEN value IS 251 (98.44% from 255) = 36.32%
BLUE value IS 186 (73.05% from 255) = 26.92%
R=36.76%
G=36.32%
B=26.92%

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
Decimal25425118600.010.270.0057.3597.1486.27
HexFEFBBA011B0396156
Octal3763732720133071141126
Binary1111111011111011101110100111011011100111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fefbba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fefbba; }

 p { color: rgb(254,251,186); }

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

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

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

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

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

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

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