#FFFFBE

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

Shades of Cumulus #FFFFBE

Tints of Cumulus #FFFFBE

Color information

#FFFFBE (or 0xFFFFBE) is unknown color: approx Cumulus. HEX triplet: FF, FF and BE. RGB value is (255,255,190). Sum of RGB (Red+Green+Blue) = 255+255+190=700 (92% of max value = 765). Red value is 255 (100% from 255 or 36.43% from 700); Green value is 255 (100% from 255 or 36.43% from 700); Blue value is 190 (74.61% from 255 or 27.14% from 700); Max value from RGB is 255 - color contains mainly: red, green. Hex color #FFFFBE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFFFBE is #000041. Grayscale: #F7F7F7. Windows color (decimal): -66 or 12517375. OLE color: 12517375.

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

Color convert

RGB255255190-
CMYK000.250
HSL60º100%87.25%-
HSV(B)60º25.49%100%-
XYZ86.2996.562.79-
YUV247.5995.5133.29-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.43%
GREEN value IS 255 (100% from 255) = 36.43%
BLUE value IS 190 (74.61% from 255) = 27.14%
R=36.43%
G=36.43%
B=27.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255255190000.2506010087.25
HexFFFFBE001903c6457
Octal3773772760031074144127
Binary1111111111111111101111100011001011110011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFFFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFFFBE; }

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

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

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

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

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

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

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

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