#FBF7BC

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

Shades of Cumulus #FBF7BC

Tints of Cumulus #FBF7BC

Color information

#FBF7BC (or 0xFBF7BC) is unknown color: approx Cumulus. HEX triplet: FB, F7 and BC. RGB value is (251,247,188). Sum of RGB (Red+Green+Blue) = 251+247+188=686 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.59% from 686); Green value is 247 (96.88% from 255 or 36.01% from 686); Blue value is 188 (73.83% from 255 or 27.41% from 686); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF7BC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBF7BC is #040843. Grayscale: #F1F1F1. Windows color (decimal): -264260 or 12384251. OLE color: 12384251.

HSL color Cylindrical-coordinate representation of color #FBF7BC: hue angle of 56.19º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FBF7BC is Cyan = 0, Magento = 0.02, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB251247188-
CMYK00.020.250.02
HSL56.19º88.73%86.08%-
HSV(B)56.19º25.1%98.43%-
XYZ82.1290.6660.75-
YUV241.4797.83134.8-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.59%
GREEN value IS 247 (96.88% from 255) = 36.01%
BLUE value IS 188 (73.83% from 255) = 27.41%
R=36.59%
G=36.01%
B=27.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25124718800.020.250.0256.1988.7386.08
HexFBF7BC02192385956
Octal3733672740231270131126
Binary111110111111011110111100010110011011100010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF7BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF7BC; }

 p { color: rgb(251,247,188); }

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

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

 a { background-color: rgb(251,247,188); }

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

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

 span { border-color: rgb(251,247,188); }

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