#FDD5BE

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

Shades of Tuft Bush #FDD5BE

Tints of Tuft Bush #FDD5BE

Color information

#FDD5BE (or 0xFDD5BE) is unknown color: approx Tuft Bush. HEX triplet: FD, D5 and BE. RGB value is (253,213,190). Sum of RGB (Red+Green+Blue) = 253+213+190=656 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.57% from 656); Green value is 213 (83.59% from 255 or 32.47% from 656); Blue value is 190 (74.61% from 255 or 28.96% from 656); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD5BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD5BE is #022A41. Grayscale: #DEDEDE. Windows color (decimal): -141890 or 12506621. OLE color: 12506621.

HSL color Cylindrical-coordinate representation of color #FDD5BE: hue angle of 21.9º 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 #FDD5BE is Cyan = 0, Magento = 0.16, Yellow = 0.25 and Black (K on CMYK) = 0.01.

Color convert

RGB253213190-
CMYK00.160.250.01
HSL21.9º94.03%86.86%-
HSV(B)21.9º24.9%99.22%-
XYZ73.672.1958.77-
YUV222.34109.75149.87-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.57%
GREEN value IS 213 (83.59% from 255) = 32.47%
BLUE value IS 190 (74.61% from 255) = 28.96%
R=38.57%
G=32.47%
B=28.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.25
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25321319000.160.250.0121.994.0386.86
HexFDD5BE010191165e57
Octal37532527602031126136127
Binary1111110111010101101111100100001100111011010111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDD5BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDD5BE; }

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

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

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

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

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

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

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

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