#FCF9B8

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

Shades of Cumulus #FCF9B8

Tints of Cumulus #FCF9B8

Color information

#FCF9B8 (or 0xFCF9B8) is unknown color: approx Cumulus. HEX triplet: FC, F9 and B8. RGB value is (252,249,184). Sum of RGB (Red+Green+Blue) = 252+249+184=685 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.79% from 685); Green value is 249 (97.66% from 255 or 36.35% from 685); Blue value is 184 (72.27% from 255 or 26.86% from 685); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF9B8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF9B8 is #030647. Grayscale: #F2F2F2. Windows color (decimal): -198216 or 12122620. OLE color: 12122620.

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

Color convert

RGB252249184-
CMYK00.010.270.01
HSL57.35º91.89%85.49%-
HSV(B)57.35º26.98%98.82%-
XYZ82.6791.9158.73-
YUV242.4994.99134.79-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.79%
GREEN value IS 249 (97.66% from 255) = 36.35%
BLUE value IS 184 (72.27% from 255) = 26.86%
R=36.79%
G=36.35%
B=26.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.27
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25224918400.010.270.0157.3591.8985.49
HexFCF9B8011B1395c55
Octal3743712700133171134125
Binary1111110011111001101110000111011111100110111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF9B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF9B8; }

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

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

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

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

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

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

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

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