#FCFCBD

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

Shades of Cumulus #FCFCBD

Tints of Cumulus #FCFCBD

Color information

#FCFCBD (or 0xFCFCBD) is unknown color: approx Cumulus. HEX triplet: FC, FC and BD. RGB value is (252,252,189). Sum of RGB (Red+Green+Blue) = 252+252+189=693 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.36% from 693); Green value is 252 (98.83% from 255 or 36.36% from 693); Blue value is 189 (74.22% from 255 or 27.27% from 693); Max value from RGB is 252 - color contains mainly: red, green. Hex color #FCFCBD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFCBD is #030342. Grayscale: #F5F5F5. Windows color (decimal): -197443 or 12451068. OLE color: 12451068.

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

Color convert

RGB252252189-
CMYK000.250.01
HSL60º91.3%86.47%-
HSV(B)60º25%98.82%-
XYZ84.1493.9961.85-
YUV244.8296.5133.12-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.36%
GREEN value IS 252 (98.83% from 255) = 36.36%
BLUE value IS 189 (74.22% from 255) = 27.27%
R=36.36%
G=36.36%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252252189000.250.016091.386.47
HexFCFCBD001913c5b56
Octal3743742750031174133126
Binary1111110011111100101111010011001111110010110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFCBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFCBD; }

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

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

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

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

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

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

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

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