#FACDC3

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

Shades of Coral Candy #FACDC3

Tints of Coral Candy #FACDC3

Color information

#FACDC3 (or 0xFACDC3) is unknown color: approx Coral Candy. HEX triplet: FA, CD and C3. RGB value is (250,205,195). Sum of RGB (Red+Green+Blue) = 250+205+195=650 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.46% from 650); Green value is 205 (80.47% from 255 or 31.54% from 650); Blue value is 195 (76.56% from 255 or 30% from 650); Max value from RGB is 250 - color contains mainly: red. Hex color #FACDC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACDC3 is #05323C. Grayscale: #D9D9D9. Windows color (decimal): -340541 or 12832250. OLE color: 12832250.

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

Color convert

RGB250205195-
CMYK00.180.220.02
HSL10.91º84.62%87.25%-
HSV(B)10.91º22%98.04%-
XYZ71.1167.9360.99-
YUV217.31115.41151.31-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.46%
GREEN value IS 205 (80.47% from 255) = 31.54%
BLUE value IS 195 (76.56% from 255) = 30%
R=38.46%
G=31.54%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.22
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020519500.180.220.0210.9184.6287.25
HexFACDC3012162b5557
Octal37231530302226213125127
Binary1111101011001101110000110100101011010101110101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACDC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACDC3; }

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

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

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

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

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

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

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

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