#FDFBBE

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

Shades of Cumulus #FDFBBE

Tints of Cumulus #FDFBBE

Color information

#FDFBBE (or 0xFDFBBE) is unknown color: approx Cumulus. HEX triplet: FD, FB and BE. RGB value is (253,251,190). Sum of RGB (Red+Green+Blue) = 253+251+190=694 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.46% from 694); Green value is 251 (98.44% from 255 or 36.17% from 694); Blue value is 190 (74.61% from 255 or 27.38% from 694); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFBBE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFBBE is #020441. Grayscale: #F4F4F4. Windows color (decimal): -132162 or 12516349. OLE color: 12516349.

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

Color convert

RGB253251190-
CMYK00.010.250.01
HSL58.1º94.03%86.86%-
HSV(B)58.1º24.9%99.22%-
XYZ84.393.5962.34-
YUV244.6497.16133.96-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.46%
GREEN value IS 251 (98.44% from 255) = 36.17%
BLUE value IS 190 (74.61% from 255) = 27.38%
R=36.46%
G=36.17%
B=27.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.25
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25325119000.010.250.0158.194.0386.86
HexFDFBBE011913a5e57
Octal3753732760131172136127
Binary1111110111111011101111100111001111101010111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFBBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFBBE; }

 p { color: rgb(253,251,190); }

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

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

 a { background-color: rgb(253,251,190); }

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

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

 span { border-color: rgb(253,251,190); }

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