#FBFEBF

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

Shades of Cumulus #FBFEBF

Tints of Cumulus #FBFEBF

Color information

#FBFEBF (or 0xFBFEBF) is unknown color: approx Cumulus. HEX triplet: FB, FE and BF. RGB value is (251,254,191). Sum of RGB (Red+Green+Blue) = 251+254+191=696 (92% of max value = 765). Red value is 251 (98.44% from 255 or 36.06% from 696); Green value is 254 (99.61% from 255 or 36.49% from 696); Blue value is 191 (75% from 255 or 27.44% from 696); Max value from RGB is 254 - color contains mainly: green. Hex color #FBFEBF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBFEBF is #040140. Grayscale: #F6F6F6. Windows color (decimal): -262465 or 12582651. OLE color: 12582651.

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

Color convert

RGB251254191-
CMYK0.0100.250.00
HSL62.86º96.92%87.25%-
HSV(B)62.86º24.8%99.61%-
XYZ84.6395.1563.2-
YUV245.9297.01131.62-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.06%
GREEN value IS 254 (99.61% from 255) = 36.49%
BLUE value IS 191 (75% from 255) = 27.44%
R=36.06%
G=36.49%
B=27.44%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2512541910.0100.250.0062.8696.9287.25
HexFBFEBF101903f6157
Octal3733762771031077141127
Binary1111101111111110101111111011001011111111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBFEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBFEBF; }

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

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

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

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

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

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

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

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