#FDD1BA

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

Shades of Tuft Bush #FDD1BA

Tints of Tuft Bush #FDD1BA

Color information

#FDD1BA (or 0xFDD1BA) is unknown color: approx Tuft Bush. HEX triplet: FD, D1 and BA. RGB value is (253,209,186). Sum of RGB (Red+Green+Blue) = 253+209+186=648 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.04% from 648); Green value is 209 (82.03% from 255 or 32.25% from 648); Blue value is 186 (73.05% from 255 or 28.70% from 648); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD1BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD1BA is #022E45. Grayscale: #DBDBDB. Windows color (decimal): -142918 or 12243453. OLE color: 12243453.

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

Color convert

RGB253209186-
CMYK00.170.260.01
HSL20.6º94.37%86.08%-
HSV(B)20.6º26.48%99.22%-
XYZ72.1770.0356.17-
YUV219.53109.08151.87-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.04%
GREEN value IS 209 (82.03% from 255) = 32.25%
BLUE value IS 186 (73.05% from 255) = 28.70%
R=39.04%
G=32.25%
B=28.70%

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
Decimal25320918600.170.260.0120.694.3786.08
HexFDD1BA0111A1155e56
Octal37532127202132125136126
Binary1111110111010001101110100100011101011010110111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDD1BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDD1BA; }

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

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

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

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

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

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

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

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