#FACDCA

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

Shades of Coral Candy #FACDCA

Tints of Coral Candy #FACDCA

Color information

#FACDCA (or 0xFACDCA) is unknown color: approx Coral Candy. HEX triplet: FA, CD and CA. RGB value is (250,205,202). Sum of RGB (Red+Green+Blue) = 250+205+202=657 (87% of max value = 765). Red value is 250 (98.05% from 255 or 38.05% from 657); Green value is 205 (80.47% from 255 or 31.20% from 657); Blue value is 202 (79.30% from 255 or 30.75% from 657); Max value from RGB is 250 - color contains mainly: red. Hex color #FACDCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACDCA is #053235. Grayscale: #DADADA. Windows color (decimal): -340534 or 13291002. OLE color: 13291002.

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

Color convert

RGB250205202-
CMYK00.180.190.02
HSL3.75º82.76%88.63%-
HSV(B)3.75º19.2%98.04%-
XYZ71.9268.2565.26-
YUV218.11118.91150.74-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.05%
GREEN value IS 205 (80.47% from 255) = 31.20%
BLUE value IS 202 (79.30% from 255) = 30.75%
R=38.05%
G=31.20%
B=30.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020520200.180.190.023.7582.7688.63
HexFACDCA01213245359
Octal3723153120222324123131
Binary111110101100110111001010010010100111010010100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACDCA; }

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

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

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

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

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

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

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

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