#FCFBC5

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

Shades of Cumulus #FCFBC5

Tints of Cumulus #FCFBC5

Color information

#FCFBC5 (or 0xFCFBC5) is unknown color: approx Cumulus. HEX triplet: FC, FB and C5. RGB value is (252,251,197). Sum of RGB (Red+Green+Blue) = 252+251+197=700 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36% from 700); Green value is 251 (98.44% from 255 or 35.86% from 700); Blue value is 197 (77.34% from 255 or 28.14% from 700); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFBC5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFBC5 is #03043A. Grayscale: #F5F5F5. Windows color (decimal): -197691 or 12975100. OLE color: 12975100.

HSL color Cylindrical-coordinate representation of color #FCFBC5: hue angle of 58.91º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FCFBC5 is Cyan = 0, Magento = 0.00, Yellow = 0.22 and Black (K on CMYK) = 0.01.

Color convert

RGB252251197-
CMYK00.000.220.01
HSL58.91º90.16%88.04%-
HSV(B)58.91º21.83%98.82%-
XYZ84.7293.7266.45-
YUV245.14100.83132.89-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36%
GREEN value IS 251 (98.44% from 255) = 35.86%
BLUE value IS 197 (77.34% from 255) = 28.14%
R=36%
G=35.86%
B=28.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.22
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25225119700.000.220.0158.9190.1688.04
HexFCFBC5001613b5a58
Octal3743733050026173132130
Binary1111110011111011110001010010110111101110110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFBC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFBC5; }

 p { color: rgb(252,251,197); }

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

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

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

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

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

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

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