#FDD5BA

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

Shades of Tuft Bush #FDD5BA

Tints of Tuft Bush #FDD5BA

Color information

#FDD5BA (or 0xFDD5BA) is unknown color: approx Tuft Bush. HEX triplet: FD, D5 and BA. RGB value is (253,213,186). Sum of RGB (Red+Green+Blue) = 253+213+186=652 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.80% from 652); Green value is 213 (83.59% from 255 or 32.67% from 652); Blue value is 186 (73.05% from 255 or 28.53% from 652); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD5BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD5BA is #022A45. Grayscale: #DEDEDE. Windows color (decimal): -141894 or 12244477. OLE color: 12244477.

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

Color convert

RGB253213186-
CMYK00.160.260.01
HSL24.18º94.37%86.08%-
HSV(B)24.18º26.48%99.22%-
XYZ73.1772.0256.5-
YUV221.88107.75150.2-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.80%
GREEN value IS 213 (83.59% from 255) = 32.67%
BLUE value IS 186 (73.05% from 255) = 28.53%
R=38.80%
G=32.67%
B=28.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.26
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25321318600.160.260.0124.1894.3786.08
HexFDD5BA0101A1185e56
Octal37532527202032130136126
Binary1111110111010101101110100100001101011100010111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDD5BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDD5BA; }

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

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

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

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

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

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

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

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