#FCD7BD

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

Shades of Tuft Bush #FCD7BD

Tints of Tuft Bush #FCD7BD

Color information

#FCD7BD (or 0xFCD7BD) is unknown color: approx Tuft Bush. HEX triplet: FC, D7 and BD. RGB value is (252,215,189). Sum of RGB (Red+Green+Blue) = 252+215+189=656 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.41% from 656); Green value is 215 (84.38% from 255 or 32.77% from 656); Blue value is 189 (74.22% from 255 or 28.81% from 656); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD7BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD7BD is #032842. Grayscale: #DFDFDF. Windows color (decimal): -206915 or 12441596. OLE color: 12441596.

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

Color convert

RGB252215189-
CMYK00.150.250.01
HSL24.76º91.3%86.47%-
HSV(B)24.76º25%98.82%-
XYZ73.6372.9758.35-
YUV223.1108.76148.61-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.41%
GREEN value IS 215 (84.38% from 255) = 32.77%
BLUE value IS 189 (74.22% from 255) = 28.81%
R=38.41%
G=32.77%
B=28.81%

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
Decimal25221518900.150.250.0124.7691.386.47
HexFCD7BD0F191195b56
Octal37432727501731131133126
Binary111111001101011110111101011111100111100110110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD7BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD7BD; }

 p { color: rgb(252,215,189); }

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

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

 a { background-color: rgb(252,215,189); }

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

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

 span { border-color: rgb(252,215,189); }

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