#FFFFBA

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

Shades of Cumulus #FFFFBA

Tints of Cumulus #FFFFBA

Color information

#FFFFBA (or 0xFFFFBA) is unknown color: approx Cumulus. HEX triplet: FF, FF and BA. RGB value is (255,255,186). Sum of RGB (Red+Green+Blue) = 255+255+186=696 (92% of max value = 765). Red value is 255 (100% from 255 or 36.64% from 696); Green value is 255 (100% from 255 or 36.64% from 696); Blue value is 186 (73.05% from 255 or 26.72% from 696); Max value from RGB is 255 - color contains mainly: red, green. Hex color #FFFFBA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFFFBA is #000045. Grayscale: #F7F7F7. Windows color (decimal): -70 or 12255231. OLE color: 12255231.

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

Color convert

RGB255255186-
CMYK000.270
HSL60º100%86.47%-
HSV(B)60º27.06%100%-
XYZ85.8696.3360.52-
YUV247.1393.5133.61-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.64%
GREEN value IS 255 (100% from 255) = 36.64%
BLUE value IS 186 (73.05% from 255) = 26.72%
R=36.64%
G=36.64%
B=26.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255255186000.2706010086.47
HexFFFFBA001B03c6456
Octal3773772720033074144126
Binary1111111111111111101110100011011011110011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFFFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFFFBA; }

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

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

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

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

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

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

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

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