#FCFFC0

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

Shades of Cumulus #FCFFC0

Tints of Cumulus #FCFFC0

Color information

#FCFFC0 (or 0xFCFFC0) is unknown color: approx Cumulus. HEX triplet: FC, FF and C0. RGB value is (252,255,192). Sum of RGB (Red+Green+Blue) = 252+255+192=699 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.05% from 699); Green value is 255 (100% from 255 or 36.48% from 699); Blue value is 192 (75.39% from 255 or 27.47% from 699); Max value from RGB is 255 - color contains mainly: green. Hex color #FCFFC0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFFC0 is #03003F. Grayscale: #F7F7F7. Windows color (decimal): -196672 or 12648444. OLE color: 12648444.

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

Color convert

RGB252255192-
CMYK0.0100.250
HSL62.86º100%87.65%-
HSV(B)62.86º24.71%100%-
XYZ85.4296.0263.9-
YUV246.9297.01131.62-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.05%
GREEN value IS 255 (100% from 255) = 36.48%
BLUE value IS 192 (75.39% from 255) = 27.47%
R=36.05%
G=36.48%
B=27.47%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2522551920.0100.25062.8610087.65
HexFCFFC0101903f6458
Octal3743773001031077144130
Binary1111110011111111110000001011001011111111001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFFC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFFC0; }

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

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

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

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

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

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

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

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