#FCFCBF

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

Shades of Cumulus #FCFCBF

Tints of Cumulus #FCFCBF

Color information

#FCFCBF (or 0xFCFCBF) is unknown color: approx Cumulus. HEX triplet: FC, FC and BF. RGB value is (252,252,191). Sum of RGB (Red+Green+Blue) = 252+252+191=695 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.26% from 695); Green value is 252 (98.83% from 255 or 36.26% from 695); Blue value is 191 (75% from 255 or 27.48% from 695); Max value from RGB is 252 - color contains mainly: red, green. Hex color #FCFCBF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFCBF is #030340. Grayscale: #F5F5F5. Windows color (decimal): -197441 or 12582140. OLE color: 12582140.

HSL color Cylindrical-coordinate representation of color #FCFCBF: 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.24%. Process color model (Four color, CMYK) of #FCFCBF is Cyan = 0, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.01.

Color convert

RGB252252191-
CMYK000.240.01
HSL60º91.04%86.86%-
HSV(B)60º24.21%98.82%-
XYZ84.3694.0863-
YUV245.0597.5132.96-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.26%
GREEN value IS 252 (98.83% from 255) = 36.26%
BLUE value IS 191 (75% from 255) = 27.48%
R=36.26%
G=36.26%
B=27.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252252191000.240.016091.0486.86
HexFCFCBF001813c5b57
Octal3743742770030174133127
Binary1111110011111100101111110011000111110010110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFCBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFCBF; }

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

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

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

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

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

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

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

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