#FCFFBD

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

Shades of Cumulus #FCFFBD

Tints of Cumulus #FCFFBD

Color information

#FCFFBD (or 0xFCFFBD) is unknown color: approx Cumulus. HEX triplet: FC, FF and BD. RGB value is (252,255,189). Sum of RGB (Red+Green+Blue) = 252+255+189=696 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.21% from 696); Green value is 255 (100% from 255 or 36.64% from 696); Blue value is 189 (74.22% from 255 or 27.16% from 696); Max value from RGB is 255 - color contains mainly: green. Hex color #FCFFBD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFFBD is #030042. Grayscale: #F6F6F6. Windows color (decimal): -196675 or 12451836. OLE color: 12451836.

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

Color convert

RGB252255189-
CMYK0.0100.260
HSL62.73º100%87.06%-
HSV(B)62.73º25.88%100%-
XYZ85.0995.8962.17-
YUV246.5895.51131.87-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.21%
GREEN value IS 255 (100% from 255) = 36.64%
BLUE value IS 189 (74.22% from 255) = 27.16%
R=36.21%
G=36.64%
B=27.16%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2522551890.0100.26062.7310087.06
HexFCFFBD101A03f6457
Octal3743772751032077144127
Binary1111110011111111101111011011010011111111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFFBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFFBD; }

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

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

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

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

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

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

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

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