#FBFFBD

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

Shades of Cumulus #FBFFBD

Tints of Cumulus #FBFFBD

Color information

#FBFFBD (or 0xFBFFBD) is unknown color: approx Cumulus. HEX triplet: FB, FF and BD. RGB value is (251,255,189). Sum of RGB (Red+Green+Blue) = 251+255+189=695 (92% of max value = 765). Red value is 251 (98.44% from 255 or 36.12% from 695); Green value is 255 (100% from 255 or 36.69% from 695); Blue value is 189 (74.22% from 255 or 27.19% from 695); Max value from RGB is 255 - color contains mainly: green. Hex color #FBFFBD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBFFBD is #040042. Grayscale: #F6F6F6. Windows color (decimal): -262211 or 12451835. OLE color: 12451835.

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

Color convert

RGB251255189-
CMYK0.0200.260
HSL63.64º100%87.06%-
HSV(B)63.64º25.88%100%-
XYZ84.7395.762.15-
YUV246.2895.67131.37-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.12%
GREEN value IS 255 (100% from 255) = 36.69%
BLUE value IS 189 (74.22% from 255) = 27.19%
R=36.12%
G=36.69%
B=27.19%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2512551890.0200.26063.6410087.06
HexFBFFBD201A0406457
Octal37337727520320100144127
Binary111110111111111110111101100110100100000011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBFFBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBFFBD; }

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

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

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

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

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

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

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

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