#FACDC8

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

Shades of Coral Candy #FACDC8

Tints of Coral Candy #FACDC8

Color information

#FACDC8 (or 0xFACDC8) is unknown color: approx Coral Candy. HEX triplet: FA, CD and C8. RGB value is (250,205,200). Sum of RGB (Red+Green+Blue) = 250+205+200=655 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.17% from 655); Green value is 205 (80.47% from 255 or 31.30% from 655); Blue value is 200 (78.52% from 255 or 30.53% from 655); Max value from RGB is 250 - color contains mainly: red. Hex color #FACDC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACDC8 is #053237. Grayscale: #D9D9D9. Windows color (decimal): -340536 or 13159930. OLE color: 13159930.

HSL color Cylindrical-coordinate representation of color #FACDC8: hue angle of 6º degrees, saturation: 0.83, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FACDC8 is Cyan = 0, Magento = 0.18, Yellow = 0.2 and Black (K on CMYK) = 0.02.

Color convert

RGB250205200-
CMYK00.180.20.02
HSL83.33%88.24%-
HSV(B)20%98.04%-
XYZ71.6868.1664.02-
YUV217.88117.91150.91-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.17%
GREEN value IS 205 (80.47% from 255) = 31.30%
BLUE value IS 200 (78.52% from 255) = 30.53%
R=38.17%
G=31.30%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.2
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020520000.180.20.02683.3388.24
HexFACDC801214265358
Octal3723153100222426123130
Binary111110101100110111001000010010101001011010100111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACDC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACDC8; }

 p { color: rgb(250,205,200); }

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

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

 a { background-color: rgb(250,205,200); }

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

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

 span { border-color: rgb(250,205,200); }

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