#FCD8C6

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

Shades of Tuft Bush #FCD8C6

Tints of Tuft Bush #FCD8C6

Color information

#FCD8C6 (or 0xFCD8C6) is unknown color: approx Tuft Bush. HEX triplet: FC, D8 and C6. RGB value is (252,216,198). Sum of RGB (Red+Green+Blue) = 252+216+198=666 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.84% from 666); Green value is 216 (84.77% from 255 or 32.43% from 666); Blue value is 198 (77.73% from 255 or 29.73% from 666); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD8C6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD8C6 is #032739. Grayscale: #E0E0E0. Windows color (decimal): -206650 or 13031676. OLE color: 13031676.

HSL color Cylindrical-coordinate representation of color #FCD8C6: hue angle of 20º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FCD8C6 is Cyan = 0, Magento = 0.14, Yellow = 0.21 and Black (K on CMYK) = 0.01.

Color convert

RGB252216198-
CMYK00.140.210.01
HSL20º90%88.24%-
HSV(B)20º21.43%98.82%-
XYZ74.8973.8863.74-
YUV224.71112.93147.46-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.84%
GREEN value IS 216 (84.77% from 255) = 32.43%
BLUE value IS 198 (77.73% from 255) = 29.73%
R=37.84%
G=32.43%
B=29.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.21
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25221619800.140.210.01209088.24
HexFCD8C60E151145a58
Octal37433030601625124132130
Binary111111001101100011000110011101010111010010110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD8C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD8C6; }

 p { color: rgb(252,216,198); }

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

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

 a { background-color: rgb(252,216,198); }

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

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

 span { border-color: rgb(252,216,198); }

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