#FCD4C1

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

Shades of Tuft Bush #FCD4C1

Tints of Tuft Bush #FCD4C1

Color information

#FCD4C1 (or 0xFCD4C1) is unknown color: approx Tuft Bush. HEX triplet: FC, D4 and C1. RGB value is (252,212,193). Sum of RGB (Red+Green+Blue) = 252+212+193=657 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.36% from 657); Green value is 212 (83.20% from 255 or 32.27% from 657); Blue value is 193 (75.78% from 255 or 29.38% from 657); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD4C1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD4C1 is #032B3E. Grayscale: #DDDDDD. Windows color (decimal): -207679 or 12702972. OLE color: 12702972.

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

Color convert

RGB252212193-
CMYK00.160.230.01
HSL19.32º90.77%87.25%-
HSV(B)19.32º23.41%98.82%-
XYZ73.3171.6360.41-
YUV221.79111.75149.54-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.36%
GREEN value IS 212 (83.20% from 255) = 32.27%
BLUE value IS 193 (75.78% from 255) = 29.38%
R=38.36%
G=32.27%
B=29.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.23
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25221219300.160.230.0119.3290.7787.25
HexFCD4C1010171135b57
Octal37432430102027123133127
Binary1111110011010100110000010100001011111001110110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD4C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD4C1; }

 p { color: rgb(252,212,193); }

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

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

 a { background-color: rgb(252,212,193); }

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

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

 span { border-color: rgb(252,212,193); }

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