#FCFCB7

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

Shades of Cumulus #FCFCB7

Tints of Cumulus #FCFCB7

Color information

#FCFCB7 (or 0xFCFCB7) is unknown color: approx Cumulus. HEX triplet: FC, FC and B7. RGB value is (252,252,183). Sum of RGB (Red+Green+Blue) = 252+252+183=687 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.68% from 687); Green value is 252 (98.83% from 255 or 36.68% from 687); Blue value is 183 (71.88% from 255 or 26.64% from 687); Max value from RGB is 252 - color contains mainly: red, green. Hex color #FCFCB7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFCB7 is #030348. Grayscale: #F4F4F4. Windows color (decimal): -197449 or 12057852. OLE color: 12057852.

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

Color convert

RGB252252183-
CMYK000.270.01
HSL60º92%85.29%-
HSV(B)60º27.38%98.82%-
XYZ83.593.7458.49-
YUV244.1393.5133.61-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.68%
GREEN value IS 252 (98.83% from 255) = 36.68%
BLUE value IS 183 (71.88% from 255) = 26.64%
R=36.68%
G=36.68%
B=26.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252252183000.270.01609285.29
HexFCFCB7001B13c5c55
Octal3743742670033174134125
Binary1111110011111100101101110011011111110010111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFCB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFCB7; }

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

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

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

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

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

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

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

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