#FCFEB9

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

Shades of Cumulus #FCFEB9

Tints of Cumulus #FCFEB9

Color information

#FCFEB9 (or 0xFCFEB9) is unknown color: approx Cumulus. HEX triplet: FC, FE and B9. RGB value is (252,254,185). Sum of RGB (Red+Green+Blue) = 252+254+185=691 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.47% from 691); Green value is 254 (99.61% from 255 or 36.76% from 691); Blue value is 185 (72.66% from 255 or 26.77% from 691); Max value from RGB is 254 - color contains mainly: green. Hex color #FCFEB9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFEB9 is #030146. Grayscale: #F5F5F5. Windows color (decimal): -196935 or 12189436. OLE color: 12189436.

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

Color convert

RGB252254185-
CMYK0.0100.270.00
HSL61.74º97.18%86.08%-
HSV(B)61.74º27.17%99.61%-
XYZ84.3495.0859.81-
YUV245.5493.84132.61-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.47%
GREEN value IS 254 (99.61% from 255) = 36.76%
BLUE value IS 185 (72.66% from 255) = 26.77%
R=36.47%
G=36.76%
B=26.77%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2522541850.0100.270.0061.7497.1886.08
HexFCFEB9101B03e6156
Octal3743762711033076141126
Binary1111110011111110101110011011011011111011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFEB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFEB9; }

 p { color: rgb(252,254,185); }

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

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

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

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

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

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

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