#FFFCBD

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

Shades of Cumulus #FFFCBD

Tints of Cumulus #FFFCBD

Color information

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

HSL color Cylindrical-coordinate representation of color #FFFCBD: hue angle of 57.27º 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 #FFFCBD is Cyan = 0, Magento = 0.01, Yellow = 0.26 and Black (K on CMYK) = 0.

Color convert

RGB255252189-
CMYK00.010.260
HSL57.27º100%87.06%-
HSV(B)57.27º25.88%100%-
XYZ85.2494.5561.9-
YUV245.7195.99134.62-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.26
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25525218900.010.26057.2710087.06
HexFFFCBD011A0396457
Octal3773742750132071144127
Binary1111111111111100101111010111010011100111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFFCBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFFCBD; }

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

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

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

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

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

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

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

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