#FDFEBF

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

Shades of Cumulus #FDFEBF

Tints of Cumulus #FDFEBF

Color information

#FDFEBF (or 0xFDFEBF) is unknown color: approx Cumulus. HEX triplet: FD, FE and BF. RGB value is (253,254,191). Sum of RGB (Red+Green+Blue) = 253+254+191=698 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.25% from 698); Green value is 254 (99.61% from 255 or 36.39% from 698); Blue value is 191 (75% from 255 or 27.36% from 698); Max value from RGB is 254 - color contains mainly: green. Hex color #FDFEBF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFEBF is #020140. Grayscale: #F6F6F6. Windows color (decimal): -131393 or 12582653. OLE color: 12582653.

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

Color convert

RGB253254191-
CMYK0.0000.250.00
HSL60.95º96.92%87.25%-
HSV(B)60.95º24.8%99.61%-
XYZ85.3595.5363.23-
YUV246.5296.67132.62-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.25%
GREEN value IS 254 (99.61% from 255) = 36.39%
BLUE value IS 191 (75% from 255) = 27.36%
R=36.25%
G=36.39%
B=27.36%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2532541910.0000.250.0060.9596.9287.25
HexFDFEBF001903d6157
Octal3753762770031075141127
Binary1111110111111110101111110011001011110111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFEBF; }

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

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

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

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

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

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

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

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