#FFFCB8

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

Shades of Cumulus #FFFCB8

Tints of Cumulus #FFFCB8

Color information

#FFFCB8 (or 0xFFFCB8) is unknown color: approx Cumulus. HEX triplet: FF, FC and B8. RGB value is (255,252,184). Sum of RGB (Red+Green+Blue) = 255+252+184=691 (91% of max value = 765). Red value is 255 (100% from 255 or 36.90% from 691); Green value is 252 (98.83% from 255 or 36.47% from 691); Blue value is 184 (72.27% from 255 or 26.63% from 691); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFCB8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFFCB8 is #000347. Grayscale: #F5F5F5. Windows color (decimal): -840 or 12123391. OLE color: 12123391.

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

Color convert

RGB255252184-
CMYK00.010.280
HSL57.46º100%86.08%-
HSV(B)57.46º27.84%100%-
XYZ84.794.3459.09-
YUV245.1493.49135.03-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.90%
GREEN value IS 252 (98.83% from 255) = 36.47%
BLUE value IS 184 (72.27% from 255) = 26.63%
R=36.90%
G=36.47%
B=26.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.28
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25525218400.010.28057.4610086.08
HexFFFCB8011C0396456
Octal3773742700134071144126
Binary1111111111111100101110000111100011100111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFFCB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFFCB8; }

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

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

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

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

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

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

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

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