#FDFEB9

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

Shades of Cumulus #FDFEB9

Tints of Cumulus #FDFEB9

Color information

#FDFEB9 (or 0xFDFEB9) is unknown color: approx Cumulus. HEX triplet: FD, FE and B9. RGB value is (253,254,185). Sum of RGB (Red+Green+Blue) = 253+254+185=692 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.56% from 692); Green value is 254 (99.61% from 255 or 36.71% from 692); Blue value is 185 (72.66% from 255 or 26.73% from 692); Max value from RGB is 254 - color contains mainly: green. Hex color #FDFEB9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFEB9 is #020146. Grayscale: #F6F6F6. Windows color (decimal): -131399 or 12189437. OLE color: 12189437.

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

Color convert

RGB253254185-
CMYK0.0000.270.00
HSL60.87º97.18%86.08%-
HSV(B)60.87º27.17%99.61%-
XYZ84.7195.2759.82-
YUV245.8393.67133.11-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.56%
GREEN value IS 254 (99.61% from 255) = 36.71%
BLUE value IS 185 (72.66% from 255) = 26.73%
R=36.56%
G=36.71%
B=26.73%

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
Decimal2532541850.0000.270.0060.8797.1886.08
HexFDFEB9001B03d6156
Octal3753762710033075141126
Binary1111110111111110101110010011011011110111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFEB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFEB9; }

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

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

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

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

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

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

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

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