#FBFDC0

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

Shades of Cumulus #FBFDC0

Tints of Cumulus #FBFDC0

Color information

#FBFDC0 (or 0xFBFDC0) is unknown color: approx Cumulus. HEX triplet: FB, FD and C0. RGB value is (251,253,192). Sum of RGB (Red+Green+Blue) = 251+253+192=696 (92% of max value = 765). Red value is 251 (98.44% from 255 or 36.06% from 696); Green value is 253 (99.22% from 255 or 36.35% from 696); Blue value is 192 (75.39% from 255 or 27.59% from 696); Max value from RGB is 253 - color contains mainly: green. Hex color #FBFDC0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBFDC0 is #04023F. Grayscale: #F5F5F5. Windows color (decimal): -262720 or 12647931. OLE color: 12647931.

HSL color Cylindrical-coordinate representation of color #FBFDC0: hue angle of 61.97º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FBFDC0 is Cyan = 0.01, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.01.

Color convert

RGB251253192-
CMYK0.0100.240.01
HSL61.97º93.85%87.25%-
HSV(B)61.97º24.11%99.22%-
XYZ84.4294.5763.67-
YUV245.4597.84131.96-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.06%
GREEN value IS 253 (99.22% from 255) = 36.35%
BLUE value IS 192 (75.39% from 255) = 27.59%
R=36.06%
G=36.35%
B=27.59%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2512531920.0100.240.0161.9793.8587.25
HexFBFDC0101813e5e57
Octal3733753001030176136127
Binary1111101111111101110000001011000111111010111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBFDC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBFDC0; }

 p { color: rgb(251,253,192); }

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

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

 a { background-color: rgb(251,253,192); }

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

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

 span { border-color: rgb(251,253,192); }

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