#FFD5BF

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

Shades of Tuft Bush #FFD5BF

Tints of Tuft Bush #FFD5BF

Color information

#FFD5BF (or 0xFFD5BF) is unknown color: approx Tuft Bush. HEX triplet: FF, D5 and BF. RGB value is (255,213,191). Sum of RGB (Red+Green+Blue) = 255+213+191=659 (87% of max value = 765). Red value is 255 (100% from 255 or 38.69% from 659); Green value is 213 (83.59% from 255 or 32.32% from 659); Blue value is 191 (75% from 255 or 28.98% from 659); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD5BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD5BF is #002A40. Grayscale: #DFDFDF. Windows color (decimal): -10817 or 12572159. OLE color: 12572159.

HSL color Cylindrical-coordinate representation of color #FFD5BF: hue angle of 20.63º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FFD5BF is Cyan = 0, Magento = 0.16, Yellow = 0.25 and Black (K on CMYK) = 0.

Color convert

RGB255213191-
CMYK00.160.250
HSL20.63º100%87.45%-
HSV(B)20.63º25.1%100%-
XYZ74.4472.6159.38-
YUV223.05109.91150.79-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.69%
GREEN value IS 213 (83.59% from 255) = 32.32%
BLUE value IS 191 (75% from 255) = 28.98%
R=38.69%
G=32.32%
B=28.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521319100.160.25020.6310087.45
HexFFD5BF010190156457
Octal37732527702031025144127
Binary1111111111010101101111110100001100101010111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD5BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD5BF; }

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

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

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

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

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

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

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

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