#FFFEBA

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

Shades of Cumulus #FFFEBA

Tints of Cumulus #FFFEBA

Color information

#FFFEBA (or 0xFFFEBA) is unknown color: approx Cumulus. HEX triplet: FF, FE and BA. RGB value is (255,254,186). Sum of RGB (Red+Green+Blue) = 255+254+186=695 (92% of max value = 765). Red value is 255 (100% from 255 or 36.69% from 695); Green value is 254 (99.61% from 255 or 36.55% from 695); Blue value is 186 (73.05% from 255 or 26.76% from 695); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFEBA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFFEBA is #000145. Grayscale: #F6F6F6. Windows color (decimal): -326 or 12254975. OLE color: 12254975.

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

Color convert

RGB255254186-
CMYK00.000.270
HSL59.13º100%86.47%-
HSV(B)59.13º27.06%100%-
XYZ85.5495.6960.42-
YUV246.5593.83134.03-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.69%
GREEN value IS 254 (99.61% from 255) = 36.55%
BLUE value IS 186 (73.05% from 255) = 26.76%
R=36.69%
G=36.55%
B=26.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25525418600.000.27059.1310086.47
HexFFFEBA001B03b6456
Octal3773762720033073144126
Binary1111111111111110101110100011011011101111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFFEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFFEBA; }

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

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

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

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

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

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

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

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