#FBFBC4

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

Shades of Cumulus #FBFBC4

Tints of Cumulus #FBFBC4

Color information

#FBFBC4 (or 0xFBFBC4) is unknown color: approx Cumulus. HEX triplet: FB, FB and C4. RGB value is (251,251,196). Sum of RGB (Red+Green+Blue) = 251+251+196=698 (92% of max value = 765). Red value is 251 (98.44% from 255 or 35.96% from 698); Green value is 251 (98.44% from 255 or 35.96% from 698); Blue value is 196 (76.95% from 255 or 28.08% from 698); Max value from RGB is 251 - color contains mainly: red, green. Hex color #FBFBC4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBFBC4 is #04043B. Grayscale: #F4F4F4. Windows color (decimal): -263228 or 12909563. OLE color: 12909563.

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

Color convert

RGB251251196-
CMYK000.220.02
HSL60º87.3%87.65%-
HSV(B)60º21.91%98.43%-
XYZ84.2493.4965.83-
YUV244.73100.5132.47-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.96%
GREEN value IS 251 (98.44% from 255) = 35.96%
BLUE value IS 196 (76.95% from 255) = 28.08%
R=35.96%
G=35.96%
B=28.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal251251196000.220.026087.387.65
HexFBFBC4001623c5758
Octal3733733040026274127130
Binary11111011111110111100010000101101011110010101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBFBC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBFBC4; }

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

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

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

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

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

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

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

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