#FCD1C9

Color #FCD1C9 Coral Candy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Coral Candy #FCD1C9

Tints of Coral Candy #FCD1C9

Color information

#FCD1C9 (or 0xFCD1C9) is unknown color: approx Coral Candy. HEX triplet: FC, D1 and C9. RGB value is (252,209,201). Sum of RGB (Red+Green+Blue) = 252+209+201=662 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.07% from 662); Green value is 209 (82.03% from 255 or 31.57% from 662); Blue value is 201 (78.91% from 255 or 30.36% from 662); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD1C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD1C9 is #032E36. Grayscale: #DDDDDD. Windows color (decimal): -208439 or 13226492. OLE color: 13226492.

HSL color Cylindrical-coordinate representation of color #FCD1C9: hue angle of 9.41º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FCD1C9 is Cyan = 0, Magento = 0.17, Yellow = 0.20 and Black (K on CMYK) = 0.01.

Color convert

RGB252209201-
CMYK00.170.200.01
HSL9.41º89.47%88.82%-
HSV(B)9.41º20.24%98.82%-
XYZ73.4970.5165-
YUV220.94116.75150.15-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.07%
GREEN value IS 209 (82.03% from 255) = 31.57%
BLUE value IS 201 (78.91% from 255) = 30.36%
R=38.07%
G=31.57%
B=30.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.20
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220920100.170.200.019.4189.4788.82
HexFCD1C901114195959
Octal37432131102124111131131
Binary111111001101000111001001010001101001100110110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD1C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD1C9; }

 p { color: rgb(252,209,201); }

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

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

 a { background-color: rgb(252,209,201); }

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

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

 span { border-color: rgb(252,209,201); }

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