#FCFFBF

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

Shades of Cumulus #FCFFBF

Tints of Cumulus #FCFFBF

Color information

#FCFFBF (or 0xFCFFBF) is unknown color: approx Cumulus. HEX triplet: FC, FF and BF. RGB value is (252,255,191). Sum of RGB (Red+Green+Blue) = 252+255+191=698 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.10% from 698); Green value is 255 (100% from 255 or 36.53% from 698); Blue value is 191 (75% from 255 or 27.36% from 698); Max value from RGB is 255 - color contains mainly: green. Hex color #FCFFBF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFFBF is #030040. Grayscale: #F7F7F7. Windows color (decimal): -196673 or 12582908. OLE color: 12582908.

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

Color convert

RGB252255191-
CMYK0.0100.250
HSL62.81º100%87.45%-
HSV(B)62.81º25.1%100%-
XYZ85.3195.9863.32-
YUV246.8196.51131.7-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.10%
GREEN value IS 255 (100% from 255) = 36.53%
BLUE value IS 191 (75% from 255) = 27.36%
R=36.10%
G=36.53%
B=27.36%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2522551910.0100.25062.8110087.45
HexFCFFBF101903f6457
Octal3743772771031077144127
Binary1111110011111111101111111011001011111111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFFBF; }

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

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

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

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

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

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

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

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