#FDD5BF

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

Shades of Tuft Bush #FDD5BF

Tints of Tuft Bush #FDD5BF

Color information

#FDD5BF (or 0xFDD5BF) is unknown color: approx Tuft Bush. HEX triplet: FD, D5 and BF. RGB value is (253,213,191). Sum of RGB (Red+Green+Blue) = 253+213+191=657 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.51% from 657); Green value is 213 (83.59% from 255 or 32.42% from 657); Blue value is 191 (75% from 255 or 29.07% from 657); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD5BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD5BF is #022A40. Grayscale: #DEDEDE. Windows color (decimal): -141889 or 12572157. OLE color: 12572157.

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

Color convert

RGB253213191-
CMYK00.160.250.01
HSL21.29º93.94%87.06%-
HSV(B)21.29º24.51%99.22%-
XYZ73.7172.2359.35-
YUV222.45110.25149.79-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.51%
GREEN value IS 213 (83.59% from 255) = 32.42%
BLUE value IS 191 (75% from 255) = 29.07%
R=38.51%
G=32.42%
B=29.07%

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
Decimal25321319100.160.250.0121.2993.9487.06
HexFDD5BF010191155e57
Octal37532527702031125136127
Binary1111110111010101101111110100001100111010110111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDD5BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDD5BF; }

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

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

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

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

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

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

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

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