#FDCAC6

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

Shades of Coral Candy #FDCAC6

Tints of Coral Candy #FDCAC6

Color information

#FDCAC6 (or 0xFDCAC6) is unknown color: approx Coral Candy. HEX triplet: FD, CA and C6. RGB value is (253,202,198). Sum of RGB (Red+Green+Blue) = 253+202+198=653 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.74% from 653); Green value is 202 (79.30% from 255 or 30.93% from 653); Blue value is 198 (77.73% from 255 or 30.32% from 653); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCAC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCAC6 is #023539. Grayscale: #D8D8D8. Windows color (decimal): -144698 or 13028093. OLE color: 13028093.

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

Color convert

RGB253202198-
CMYK00.200.220.01
HSL4.36º93.22%88.43%-
HSV(B)4.36º21.74%99.22%-
XYZ71.8267.262.61-
YUV216.79117.4153.83-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.74%
GREEN value IS 202 (79.30% from 255) = 30.93%
BLUE value IS 198 (77.73% from 255) = 30.32%
R=38.74%
G=30.93%
B=30.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.22
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320219800.200.220.014.3693.2288.43
HexFDCAC601416145d58
Octal3753123060242614135130
Binary11111101110010101100011001010010110110010111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCAC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCAC6; }

 p { color: rgb(253,202,198); }

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

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

 a { background-color: rgb(253,202,198); }

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

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

 span { border-color: rgb(253,202,198); }

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