#FFD5BB

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

Shades of Tuft Bush #FFD5BB

Tints of Tuft Bush #FFD5BB

Color information

#FFD5BB (or 0xFFD5BB) is unknown color: approx Tuft Bush. HEX triplet: FF, D5 and BB. RGB value is (255,213,187). Sum of RGB (Red+Green+Blue) = 255+213+187=655 (86% of max value = 765). Red value is 255 (100% from 255 or 38.93% from 655); Green value is 213 (83.59% from 255 or 32.52% from 655); Blue value is 187 (73.44% from 255 or 28.55% from 655); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD5BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD5BB is #002A44. Grayscale: #DEDEDE. Windows color (decimal): -10821 or 12310015. OLE color: 12310015.

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

Color convert

RGB255213187-
CMYK00.160.270
HSL22.94º100%86.67%-
HSV(B)22.94º26.67%100%-
XYZ7472.4457.09-
YUV222.59107.91151.11-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.93%
GREEN value IS 213 (83.59% from 255) = 32.52%
BLUE value IS 187 (73.44% from 255) = 28.55%
R=38.93%
G=32.52%
B=28.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521318700.160.27022.9410086.67
HexFFD5BB0101B0176457
Octal37732527302033027144127
Binary1111111111010101101110110100001101101011111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD5BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD5BB; }

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

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

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

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

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

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

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

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