#FDCAC8

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

Shades of Coral Candy #FDCAC8

Tints of Coral Candy #FDCAC8

Color information

#FDCAC8 (or 0xFDCAC8) is unknown color: approx Coral Candy. HEX triplet: FD, CA and C8. RGB value is (253,202,200). Sum of RGB (Red+Green+Blue) = 253+202+200=655 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.63% from 655); Green value is 202 (79.30% from 255 or 30.84% from 655); Blue value is 200 (78.52% from 255 or 30.53% from 655); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCAC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCAC8 is #023537. Grayscale: #D9D9D9. Windows color (decimal): -144696 or 13159165. OLE color: 13159165.

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

Color convert

RGB253202200-
CMYK00.200.210.01
HSL2.26º92.98%88.82%-
HSV(B)2.26º20.95%99.22%-
XYZ72.0567.2963.83-
YUV217.02118.4153.66-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.63%
GREEN value IS 202 (79.30% from 255) = 30.84%
BLUE value IS 200 (78.52% from 255) = 30.53%
R=38.63%
G=30.84%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.21
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320220000.200.210.012.2692.9888.82
HexFDCAC801415125d59
Octal3753123100242512135131
Binary1111110111001010110010000101001010111010111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCAC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCAC8; }

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

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

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

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

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

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

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

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