#FAC9C9

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

Shades of Coral Candy #FAC9C9

Tints of Coral Candy #FAC9C9

Color information

#FAC9C9 (or 0xFAC9C9) is unknown color: approx Coral Candy. HEX triplet: FA, C9 and C9. RGB value is (250,201,201). Sum of RGB (Red+Green+Blue) = 250+201+201=652 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.34% from 652); Green value is 201 (78.91% from 255 or 30.83% from 652); Blue value is 201 (78.91% from 255 or 30.83% from 652); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC9C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC9C9 is #053636. Grayscale: #D7D7D7. Windows color (decimal): -341559 or 13224442. OLE color: 13224442.

HSL color Cylindrical-coordinate representation of color #FAC9C9: hue angle of 0º 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 #FAC9C9 is Cyan = 0, Magento = 0.20, Yellow = 0.20 and Black (K on CMYK) = 0.02.

Color convert

RGB250201201-
CMYK00.200.200.02
HSL83.05%88.43%-
HSV(B)19.6%98.04%-
XYZ70.8566.3164.32-
YUV215.65119.73152.5-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.34%
GREEN value IS 201 (78.91% from 255) = 30.83%
BLUE value IS 201 (78.91% from 255) = 30.83%
R=38.34%
G=30.83%
B=30.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.20
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020120100.200.200.02083.0588.43
HexFAC9C901414205358
Octal3723113110242420123130
Binary1111101011001001110010010101001010010010100111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC9C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC9C9; }

 p { color: rgb(250,201,201); }

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

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

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

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

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

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

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