#FDD0BB

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

Shades of Tuft Bush #FDD0BB

Tints of Tuft Bush #FDD0BB

Color information

#FDD0BB (or 0xFDD0BB) is unknown color: approx Tuft Bush. HEX triplet: FD, D0 and BB. RGB value is (253,208,187). Sum of RGB (Red+Green+Blue) = 253+208+187=648 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.04% from 648); Green value is 208 (81.64% from 255 or 32.10% from 648); Blue value is 187 (73.44% from 255 or 28.86% from 648); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD0BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD0BB is #022F44. Grayscale: #DBDBDB. Windows color (decimal): -143173 or 12308733. OLE color: 12308733.

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

Color convert

RGB253208187-
CMYK00.180.260.01
HSL19.09º94.29%86.27%-
HSV(B)19.09º26.09%99.22%-
XYZ72.0369.5856.65-
YUV219.06109.91152.21-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.04%
GREEN value IS 208 (81.64% from 255) = 32.10%
BLUE value IS 187 (73.44% from 255) = 28.86%
R=39.04%
G=32.10%
B=28.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.26
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320818700.180.260.0119.0994.2986.27
HexFDD0BB0121A1135e56
Octal37532027302232123136126
Binary1111110111010000101110110100101101011001110111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDD0BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDD0BB; }

 p { color: rgb(253,208,187); }

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

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

 a { background-color: rgb(253,208,187); }

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

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

 span { border-color: rgb(253,208,187); }

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