#FDCFBA

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

Shades of Tuft Bush #FDCFBA

Tints of Tuft Bush #FDCFBA

Color information

#FDCFBA (or 0xFDCFBA) is unknown color: approx Tuft Bush. HEX triplet: FD, CF and BA. RGB value is (253,207,186). Sum of RGB (Red+Green+Blue) = 253+207+186=646 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.16% from 646); Green value is 207 (81.25% from 255 or 32.04% from 646); Blue value is 186 (73.05% from 255 or 28.79% from 646); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCFBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCFBA is #023045. Grayscale: #DADADA. Windows color (decimal): -143430 or 12242941. OLE color: 12242941.

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

Color convert

RGB253207186-
CMYK00.180.260.01
HSL18.81º94.37%86.08%-
HSV(B)18.81º26.48%99.22%-
XYZ71.6869.0556-
YUV218.36109.74152.71-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.16%
GREEN value IS 207 (81.25% from 255) = 32.04%
BLUE value IS 186 (73.05% from 255) = 28.79%
R=39.16%
G=32.04%
B=28.79%

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
Decimal25320718600.180.260.0118.8194.3786.08
HexFDCFBA0121A1135e56
Octal37531727202232123136126
Binary1111110111001111101110100100101101011001110111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCFBA; }

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

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

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

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

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

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

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

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