#FCFBC0

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

Shades of Cumulus #FCFBC0

Tints of Cumulus #FCFBC0

Color information

#FCFBC0 (or 0xFCFBC0) is unknown color: approx Cumulus. HEX triplet: FC, FB and C0. RGB value is (252,251,192). Sum of RGB (Red+Green+Blue) = 252+251+192=695 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.26% from 695); Green value is 251 (98.44% from 255 or 36.12% from 695); Blue value is 192 (75.39% from 255 or 27.63% from 695); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFBC0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFBC0 is #03043F. Grayscale: #F4F4F4. Windows color (decimal): -197696 or 12647420. OLE color: 12647420.

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

Color convert

RGB252251192-
CMYK00.000.240.01
HSL59º90.91%87.06%-
HSV(B)59º23.81%98.82%-
XYZ84.1693.563.48-
YUV244.5798.33133.3-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.26%
GREEN value IS 251 (98.44% from 255) = 36.12%
BLUE value IS 192 (75.39% from 255) = 27.63%
R=36.26%
G=36.12%
B=27.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.24
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25225119200.000.240.015990.9187.06
HexFCFBC0001813b5b57
Octal3743733000030173133127
Binary1111110011111011110000000011000111101110110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFBC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFBC0; }

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

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

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

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

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

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

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

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