#FDD1BE

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

Shades of Tuft Bush #FDD1BE

Tints of Tuft Bush #FDD1BE

Color information

#FDD1BE (or 0xFDD1BE) is unknown color: approx Tuft Bush. HEX triplet: FD, D1 and BE. RGB value is (253,209,190). Sum of RGB (Red+Green+Blue) = 253+209+190=652 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.80% from 652); Green value is 209 (82.03% from 255 or 32.06% from 652); Blue value is 190 (74.61% from 255 or 29.14% from 652); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD1BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD1BE is #022E41. Grayscale: #DCDCDC. Windows color (decimal): -142914 or 12505597. OLE color: 12505597.

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

Color convert

RGB253209190-
CMYK00.170.250.01
HSL18.1º94.03%86.86%-
HSV(B)18.1º24.9%99.22%-
XYZ72.670.258.44-
YUV219.99111.08151.54-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.80%
GREEN value IS 209 (82.03% from 255) = 32.06%
BLUE value IS 190 (74.61% from 255) = 29.14%
R=38.80%
G=32.06%
B=29.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.25
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320919000.170.250.0118.194.0386.86
HexFDD1BE011191125e57
Octal37532127602131122136127
Binary1111110111010001101111100100011100111001010111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDD1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDD1BE; }

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

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

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

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

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

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

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

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