#FDFEBC

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

Shades of Cumulus #FDFEBC

Tints of Cumulus #FDFEBC

Color information

#FDFEBC (or 0xFDFEBC) is unknown color: approx Cumulus. HEX triplet: FD, FE and BC. RGB value is (253,254,188). Sum of RGB (Red+Green+Blue) = 253+254+188=695 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.40% from 695); Green value is 254 (99.61% from 255 or 36.55% from 695); Blue value is 188 (73.83% from 255 or 27.05% from 695); Max value from RGB is 254 - color contains mainly: green. Hex color #FDFEBC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFEBC is #020143. Grayscale: #F6F6F6. Windows color (decimal): -131396 or 12386045. OLE color: 12386045.

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

Color convert

RGB253254188-
CMYK0.0000.260.00
HSL60.91º97.06%86.67%-
HSV(B)60.91º25.98%99.61%-
XYZ85.0395.461.51-
YUV246.1895.17132.87-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.40%
GREEN value IS 254 (99.61% from 255) = 36.55%
BLUE value IS 188 (73.83% from 255) = 27.05%
R=36.40%
G=36.55%
B=27.05%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2532541880.0000.260.0060.9197.0686.67
HexFDFEBC001A03d6157
Octal3753762740032075141127
Binary1111110111111110101111000011010011110111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFEBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFEBC; }

 p { color: rgb(253,254,188); }

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

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

 a { background-color: rgb(253,254,188); }

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

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

 span { border-color: rgb(253,254,188); }

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