#FBFFBF

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

Shades of Cumulus #FBFFBF

Tints of Cumulus #FBFFBF

Color information

#FBFFBF (or 0xFBFFBF) is unknown color: approx Cumulus. HEX triplet: FB, FF and BF. RGB value is (251,255,191). Sum of RGB (Red+Green+Blue) = 251+255+191=697 (92% of max value = 765). Red value is 251 (98.44% from 255 or 36.01% from 697); Green value is 255 (100% from 255 or 36.59% from 697); Blue value is 191 (75% from 255 or 27.40% from 697); Max value from RGB is 255 - color contains mainly: green. Hex color #FBFFBF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBFFBF is #040040. Grayscale: #F6F6F6. Windows color (decimal): -262209 or 12582907. OLE color: 12582907.

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

Color convert

RGB251255191-
CMYK0.0200.250
HSL63.75º100%87.45%-
HSV(B)63.75º25.1%100%-
XYZ84.9595.7963.3-
YUV246.5196.67131.2-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.01%
GREEN value IS 255 (100% from 255) = 36.59%
BLUE value IS 191 (75% from 255) = 27.40%
R=36.01%
G=36.59%
B=27.40%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2512551910.0200.25063.7510087.45
HexFBFFBF20190406457
Octal37337727720310100144127
Binary111110111111111110111111100110010100000011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBFFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBFFBF; }

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

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

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

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

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

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

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

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