#FBFBBC

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

Shades of Cumulus #FBFBBC

Tints of Cumulus #FBFBBC

Color information

#FBFBBC (or 0xFBFBBC) is unknown color: approx Cumulus. HEX triplet: FB, FB and BC. RGB value is (251,251,188). Sum of RGB (Red+Green+Blue) = 251+251+188=690 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.38% from 690); Green value is 251 (98.44% from 255 or 36.38% from 690); Blue value is 188 (73.83% from 255 or 27.25% from 690); Max value from RGB is 251 - color contains mainly: red, green. Hex color #FBFBBC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBFBBC is #040443. Grayscale: #F4F4F4. Windows color (decimal): -263236 or 12385275. OLE color: 12385275.

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

Color convert

RGB251251188-
CMYK000.250.02
HSL60º88.73%86.08%-
HSV(B)60º25.1%98.43%-
XYZ83.3693.1361.16-
YUV243.8296.5133.12-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.38%
GREEN value IS 251 (98.44% from 255) = 36.38%
BLUE value IS 188 (73.83% from 255) = 27.25%
R=36.38%
G=36.38%
B=27.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal251251188000.250.026088.7386.08
HexFBFBBC001923c5956
Octal3733732740031274131126
Binary11111011111110111011110000110011011110010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBFBBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBFBBC; }

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

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

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

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

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

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

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

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