#FBFBC1

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

Shades of Cumulus #FBFBC1

Tints of Cumulus #FBFBC1

Color information

#FBFBC1 (or 0xFBFBC1) is unknown color: approx Cumulus. HEX triplet: FB, FB and C1. RGB value is (251,251,193). Sum of RGB (Red+Green+Blue) = 251+251+193=695 (92% of max value = 765). Red value is 251 (98.44% from 255 or 36.12% from 695); Green value is 251 (98.44% from 255 or 36.12% from 695); Blue value is 193 (75.78% from 255 or 27.77% from 695); Max value from RGB is 251 - color contains mainly: red, green. Hex color #FBFBC1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBFBC1 is #04043E. Grayscale: #F4F4F4. Windows color (decimal): -263231 or 12712955. OLE color: 12712955.

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

Color convert

RGB251251193-
CMYK000.230.02
HSL60º87.88%87.06%-
HSV(B)60º23.11%98.43%-
XYZ83.9193.3564.05-
YUV244.3999132.72-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.12%
GREEN value IS 251 (98.44% from 255) = 36.12%
BLUE value IS 193 (75.78% from 255) = 27.77%
R=36.12%
G=36.12%
B=27.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal251251193000.230.026087.8887.06
HexFBFBC1001723c5857
Octal3733733010027274130127
Binary11111011111110111100000100101111011110010110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBFBC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBFBC1; }

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

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

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

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

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

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

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

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