#FFFBBA

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

Shades of Cumulus #FFFBBA

Tints of Cumulus #FFFBBA

Color information

#FFFBBA (or 0xFFFBBA) is unknown color: approx Cumulus. HEX triplet: FF, FB and BA. RGB value is (255,251,186). Sum of RGB (Red+Green+Blue) = 255+251+186=692 (91% of max value = 765). Red value is 255 (100% from 255 or 36.85% from 692); Green value is 251 (98.44% from 255 or 36.27% from 692); Blue value is 186 (73.05% from 255 or 26.88% from 692); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFBBA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFFBBA is #000445. Grayscale: #F5F5F5. Windows color (decimal): -1094 or 12254207. OLE color: 12254207.

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

Color convert

RGB255251186-
CMYK00.020.270
HSL56.52º100%86.47%-
HSV(B)56.52º27.06%100%-
XYZ84.693.860.1-
YUV244.7994.83135.29-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.85%
GREEN value IS 251 (98.44% from 255) = 36.27%
BLUE value IS 186 (73.05% from 255) = 26.88%
R=36.85%
G=36.27%
B=26.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25525118600.020.27056.5210086.47
HexFFFBBA021B0396456
Octal3773732720233071144126
Binary11111111111110111011101001011011011100111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFFBBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFFBBA; }

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

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

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

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

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

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

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

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