#FDD4BA

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

Shades of Tuft Bush #FDD4BA

Tints of Tuft Bush #FDD4BA

Color information

#FDD4BA (or 0xFDD4BA) is unknown color: approx Tuft Bush. HEX triplet: FD, D4 and BA. RGB value is (253,212,186). Sum of RGB (Red+Green+Blue) = 253+212+186=651 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.86% from 651); Green value is 212 (83.20% from 255 or 32.57% from 651); Blue value is 186 (73.05% from 255 or 28.57% from 651); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD4BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD4BA is #022B45. Grayscale: #DDDDDD. Windows color (decimal): -142150 or 12244221. OLE color: 12244221.

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

Color convert

RGB253212186-
CMYK00.160.260.01
HSL23.28º94.37%86.08%-
HSV(B)23.28º26.48%99.22%-
XYZ72.9171.5156.42-
YUV221.3108.08150.61-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.86%
GREEN value IS 212 (83.20% from 255) = 32.57%
BLUE value IS 186 (73.05% from 255) = 28.57%
R=38.86%
G=32.57%
B=28.57%

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
Decimal25321218600.160.260.0123.2894.3786.08
HexFDD4BA0101A1175e56
Octal37532427202032127136126
Binary1111110111010100101110100100001101011011110111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDD4BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDD4BA; }

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

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

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

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

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

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

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

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