#FCFDBE

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

Shades of Cumulus #FCFDBE

Tints of Cumulus #FCFDBE

Color information

#FCFDBE (or 0xFCFDBE) is unknown color: approx Cumulus. HEX triplet: FC, FD and BE. RGB value is (252,253,190). Sum of RGB (Red+Green+Blue) = 252+253+190=695 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.26% from 695); Green value is 253 (99.22% from 255 or 36.40% from 695); Blue value is 190 (74.61% from 255 or 27.34% from 695); Max value from RGB is 253 - color contains mainly: green. Hex color #FCFDBE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFDBE is #030241. Grayscale: #F5F5F5. Windows color (decimal): -197186 or 12516860. OLE color: 12516860.

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

Color convert

RGB252253190-
CMYK0.0000.250.01
HSL60.95º94.03%86.86%-
HSV(B)60.95º24.9%99.22%-
XYZ84.5694.6662.53-
YUV245.5296.67132.62-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.26%
GREEN value IS 253 (99.22% from 255) = 36.40%
BLUE value IS 190 (74.61% from 255) = 27.34%
R=36.26%
G=36.40%
B=27.34%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2522531900.0000.250.0160.9594.0386.86
HexFCFDBE001913d5e57
Octal3743752760031175136127
Binary1111110011111101101111100011001111110110111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFDBE; }

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

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

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

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

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

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

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

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