#FDD7BF

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

Shades of Tuft Bush #FDD7BF

Tints of Tuft Bush #FDD7BF

Color information

#FDD7BF (or 0xFDD7BF) is unknown color: approx Tuft Bush. HEX triplet: FD, D7 and BF. RGB value is (253,215,191). Sum of RGB (Red+Green+Blue) = 253+215+191=659 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.39% from 659); Green value is 215 (84.38% from 255 or 32.63% from 659); Blue value is 191 (75% from 255 or 28.98% from 659); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD7BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD7BF is #022840. Grayscale: #DFDFDF. Windows color (decimal): -141377 or 12572669. OLE color: 12572669.

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

Color convert

RGB253215191-
CMYK00.150.250.01
HSL23.23º93.94%87.06%-
HSV(B)23.23º24.51%99.22%-
XYZ74.2173.2559.52-
YUV223.63109.59148.95-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.39%
GREEN value IS 215 (84.38% from 255) = 32.63%
BLUE value IS 191 (75% from 255) = 28.98%
R=38.39%
G=32.63%
B=28.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.25
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25321519100.150.250.0123.2393.9487.06
HexFDD7BF0F191175e57
Octal37532727701731127136127
Binary111111011101011110111111011111100111011110111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDD7BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDD7BF; }

 p { color: rgb(253,215,191); }

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

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

 a { background-color: rgb(253,215,191); }

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

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

 span { border-color: rgb(253,215,191); }

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