#FDFEBA

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

Shades of Cumulus #FDFEBA

Tints of Cumulus #FDFEBA

Color information

#FDFEBA (or 0xFDFEBA) is unknown color: approx Cumulus. HEX triplet: FD, FE and BA. RGB value is (253,254,186). Sum of RGB (Red+Green+Blue) = 253+254+186=693 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.51% from 693); Green value is 254 (99.61% from 255 or 36.65% from 693); Blue value is 186 (73.05% from 255 or 26.84% from 693); Max value from RGB is 254 - color contains mainly: green. Hex color #FDFEBA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFEBA is #020145. Grayscale: #F6F6F6. Windows color (decimal): -131398 or 12254973. OLE color: 12254973.

HSL color Cylindrical-coordinate representation of color #FDFEBA: hue angle of 60.88º 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 #FDFEBA is Cyan = 0.00, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.00.

Color convert

RGB253254186-
CMYK0.0000.270.00
HSL60.88º97.14%86.27%-
HSV(B)60.88º26.77%99.61%-
XYZ84.8195.3160.38-
YUV245.9594.17133.03-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.51%
GREEN value IS 254 (99.61% from 255) = 36.65%
BLUE value IS 186 (73.05% from 255) = 26.84%
R=36.51%
G=36.65%
B=26.84%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2532541860.0000.270.0060.8897.1486.27
HexFDFEBA001B03d6156
Octal3753762720033075141126
Binary1111110111111110101110100011011011110111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFEBA; }

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

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

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

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

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

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

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

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