#FCD5BD

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

Shades of Tuft Bush #FCD5BD

Tints of Tuft Bush #FCD5BD

Color information

#FCD5BD (or 0xFCD5BD) is unknown color: approx Tuft Bush. HEX triplet: FC, D5 and BD. RGB value is (252,213,189). Sum of RGB (Red+Green+Blue) = 252+213+189=654 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.53% from 654); Green value is 213 (83.59% from 255 or 32.57% from 654); Blue value is 189 (74.22% from 255 or 28.90% from 654); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD5BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD5BD is #032A42. Grayscale: #DEDEDE. Windows color (decimal): -207427 or 12441084. OLE color: 12441084.

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

Color convert

RGB252213189-
CMYK00.150.250.01
HSL22.86º91.3%86.47%-
HSV(B)22.86º25%98.82%-
XYZ73.1271.9658.18-
YUV221.92109.42149.45-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.53%
GREEN value IS 213 (83.59% from 255) = 32.57%
BLUE value IS 189 (74.22% from 255) = 28.90%
R=38.53%
G=32.57%
B=28.90%

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
Decimal25221318900.150.250.0122.8691.386.47
HexFCD5BD0F191175b56
Octal37432527501731127133126
Binary111111001101010110111101011111100111011110110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD5BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD5BD; }

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

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

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

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

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

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

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

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