#FCF7B6

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

Shades of Cumulus #FCF7B6

Tints of Cumulus #FCF7B6

Color information

#FCF7B6 (or 0xFCF7B6) is unknown color: approx Cumulus. HEX triplet: FC, F7 and B6. RGB value is (252,247,182). Sum of RGB (Red+Green+Blue) = 252+247+182=681 (90% of max value = 765). Red value is 252 (98.83% from 255 or 37.00% from 681); Green value is 247 (96.88% from 255 or 36.27% from 681); Blue value is 182 (71.48% from 255 or 26.73% from 681); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF7B6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF7B6 is #030849. Grayscale: #F1F1F1. Windows color (decimal): -198730 or 11991036. OLE color: 11991036.

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

Color convert

RGB252247182-
CMYK00.020.280.01
HSL55.71º92.11%85.1%-
HSV(B)55.71º27.78%98.82%-
XYZ81.8590.5957.43-
YUV241.0894.66135.79-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.00%
GREEN value IS 247 (96.88% from 255) = 36.27%
BLUE value IS 182 (71.48% from 255) = 26.73%
R=37.00%
G=36.27%
B=26.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.28
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25224718200.020.280.0155.7192.1185.1
HexFCF7B6021C1385c55
Octal3743672660234170134125
Binary11111100111101111011011001011100111100010111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF7B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF7B6; }

 p { color: rgb(252,247,182); }

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

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

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

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

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

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

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