#FDFEBB

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

Shades of Cumulus #FDFEBB

Tints of Cumulus #FDFEBB

Color information

#FDFEBB (or 0xFDFEBB) is unknown color: approx Cumulus. HEX triplet: FD, FE and BB. RGB value is (253,254,187). Sum of RGB (Red+Green+Blue) = 253+254+187=694 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.46% from 694); Green value is 254 (99.61% from 255 or 36.60% from 694); Blue value is 187 (73.44% from 255 or 26.95% from 694); Max value from RGB is 254 - color contains mainly: green. Hex color #FDFEBB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFEBB is #020144. Grayscale: #F6F6F6. Windows color (decimal): -131397 or 12320509. OLE color: 12320509.

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

Color convert

RGB253254187-
CMYK0.0000.260.00
HSL60.9º97.1%86.47%-
HSV(B)60.9º26.38%99.61%-
XYZ84.9295.3560.94-
YUV246.0694.67132.95-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.46%
GREEN value IS 254 (99.61% from 255) = 36.60%
BLUE value IS 187 (73.44% from 255) = 26.95%
R=36.46%
G=36.60%
B=26.95%

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
Decimal2532541870.0000.260.0060.997.186.47
HexFDFEBB001A03d6156
Octal3753762730032075141126
Binary1111110111111110101110110011010011110111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFEBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFEBB; }

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

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

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

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

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

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

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

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