#FDD2BA

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

Shades of Tuft Bush #FDD2BA

Tints of Tuft Bush #FDD2BA

Color information

#FDD2BA (or 0xFDD2BA) is unknown color: approx Tuft Bush. HEX triplet: FD, D2 and BA. RGB value is (253,210,186). Sum of RGB (Red+Green+Blue) = 253+210+186=649 (85% of max value = 765). Red value is 253 (99.22% from 255 or 38.98% from 649); Green value is 210 (82.42% from 255 or 32.36% from 649); Blue value is 186 (73.05% from 255 or 28.66% from 649); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD2BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD2BA is #022D45. Grayscale: #DCDCDC. Windows color (decimal): -142662 or 12243709. OLE color: 12243709.

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

Color convert

RGB253210186-
CMYK00.170.260.01
HSL21.49º94.37%86.08%-
HSV(B)21.49º26.48%99.22%-
XYZ72.4270.5256.25-
YUV220.12108.75151.45-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.98%
GREEN value IS 210 (82.42% from 255) = 32.36%
BLUE value IS 186 (73.05% from 255) = 28.66%
R=38.98%
G=32.36%
B=28.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.26
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25321018600.170.260.0121.4994.3786.08
HexFDD2BA0111A1155e56
Octal37532227202132125136126
Binary1111110111010010101110100100011101011010110111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDD2BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDD2BA; }

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

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

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

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

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

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

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

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