#FCFCB9

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

Shades of Cumulus #FCFCB9

Tints of Cumulus #FCFCB9

Color information

#FCFCB9 (or 0xFCFCB9) is unknown color: approx Cumulus. HEX triplet: FC, FC and B9. RGB value is (252,252,185). Sum of RGB (Red+Green+Blue) = 252+252+185=689 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.57% from 689); Green value is 252 (98.83% from 255 or 36.57% from 689); Blue value is 185 (72.66% from 255 or 26.85% from 689); Max value from RGB is 252 - color contains mainly: red, green. Hex color #FCFCB9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFCB9 is #030346. Grayscale: #F4F4F4. Windows color (decimal): -197447 or 12188924. OLE color: 12188924.

HSL color Cylindrical-coordinate representation of color #FCFCB9: hue angle of 60º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FCFCB9 is Cyan = 0, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.01.

Color convert

RGB252252185-
CMYK000.270.01
HSL60º91.78%85.69%-
HSV(B)60º26.59%98.82%-
XYZ83.7193.8259.6-
YUV244.3694.5133.45-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.57%
GREEN value IS 252 (98.83% from 255) = 36.57%
BLUE value IS 185 (72.66% from 255) = 26.85%
R=36.57%
G=36.57%
B=26.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252252185000.270.016091.7885.69
HexFCFCB9001B13c5c56
Octal3743742710033174134126
Binary1111110011111100101110010011011111110010111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFCB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFCB9; }

 p { color: rgb(252,252,185); }

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

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

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

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

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

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

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