#FCFCBE

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

Shades of Cumulus #FCFCBE

Tints of Cumulus #FCFCBE

Color information

#FCFCBE (or 0xFCFCBE) is unknown color: approx Cumulus. HEX triplet: FC, FC and BE. RGB value is (252,252,190). Sum of RGB (Red+Green+Blue) = 252+252+190=694 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.31% from 694); Green value is 252 (98.83% from 255 or 36.31% from 694); Blue value is 190 (74.61% from 255 or 27.38% from 694); Max value from RGB is 252 - color contains mainly: red, green. Hex color #FCFCBE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFCBE is #030341. Grayscale: #F5F5F5. Windows color (decimal): -197442 or 12516604. OLE color: 12516604.

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

Color convert

RGB252252190-
CMYK000.250.01
HSL60º91.18%86.67%-
HSV(B)60º24.6%98.82%-
XYZ84.2594.0362.43-
YUV244.9397133.04-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.31%
GREEN value IS 252 (98.83% from 255) = 36.31%
BLUE value IS 190 (74.61% from 255) = 27.38%
R=36.31%
G=36.31%
B=27.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252252190000.250.016091.1886.67
HexFCFCBE001913c5b57
Octal3743742760031174133127
Binary1111110011111100101111100011001111110010110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFCBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFCBE; }

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

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

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

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

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

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

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

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