#FCFFBE

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

Shades of Cumulus #FCFFBE

Tints of Cumulus #FCFFBE

Color information

#FCFFBE (or 0xFCFFBE) is unknown color: approx Cumulus. HEX triplet: FC, FF and BE. RGB value is (252,255,190). Sum of RGB (Red+Green+Blue) = 252+255+190=697 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.15% from 697); Green value is 255 (100% from 255 or 36.59% from 697); Blue value is 190 (74.61% from 255 or 27.26% from 697); Max value from RGB is 255 - color contains mainly: green. Hex color #FCFFBE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFFBE is #030041. Grayscale: #F6F6F6. Windows color (decimal): -196674 or 12517372. OLE color: 12517372.

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

Color convert

RGB252255190-
CMYK0.0100.250
HSL62.77º100%87.25%-
HSV(B)62.77º25.49%100%-
XYZ85.295.9362.74-
YUV246.6996.01131.79-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.15%
GREEN value IS 255 (100% from 255) = 36.59%
BLUE value IS 190 (74.61% from 255) = 27.26%
R=36.15%
G=36.59%
B=27.26%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2522551900.0100.25062.7710087.25
HexFCFFBE101903f6457
Octal3743772761031077144127
Binary1111110011111111101111101011001011111111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFFBE; }

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

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

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

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

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

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

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

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