#FDCFBD

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

Shades of Tuft Bush #FDCFBD

Tints of Tuft Bush #FDCFBD

Color information

#FDCFBD (or 0xFDCFBD) is unknown color: approx Tuft Bush. HEX triplet: FD, CF and BD. RGB value is (253,207,189). Sum of RGB (Red+Green+Blue) = 253+207+189=649 (85% of max value = 765). Red value is 253 (99.22% from 255 or 38.98% from 649); Green value is 207 (81.25% from 255 or 31.90% from 649); Blue value is 189 (74.22% from 255 or 29.12% from 649); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCFBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCFBD is #023042. Grayscale: #DADADA. Windows color (decimal): -143427 or 12439549. OLE color: 12439549.

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

Color convert

RGB253207189-
CMYK00.180.250.01
HSL16.88º94.12%86.67%-
HSV(B)16.88º25.3%99.22%-
XYZ72.0169.1857.7-
YUV218.7111.24152.46-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.98%
GREEN value IS 207 (81.25% from 255) = 31.90%
BLUE value IS 189 (74.22% from 255) = 29.12%
R=38.98%
G=31.90%
B=29.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.25
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320718900.180.250.0116.8894.1286.67
HexFDCFBD012191115e57
Octal37531727502231121136127
Binary1111110111001111101111010100101100111000110111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCFBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCFBD; }

 p { color: rgb(253,207,189); }

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

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

 a { background-color: rgb(253,207,189); }

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

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

 span { border-color: rgb(253,207,189); }

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