#F5C9C0

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

Shades of Coral Candy #F5C9C0

Tints of Coral Candy #F5C9C0

Color information

#F5C9C0 (or 0xF5C9C0) is unknown color: approx Coral Candy. HEX triplet: F5, C9 and C0. RGB value is (245,201,192). Sum of RGB (Red+Green+Blue) = 245+201+192=638 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.40% from 638); Green value is 201 (78.91% from 255 or 31.50% from 638); Blue value is 192 (75.39% from 255 or 30.09% from 638); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C9C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5C9C0 is #0A363F. Grayscale: #D5D5D5. Windows color (decimal): -669248 or 12634613. OLE color: 12634613.

HSL color Cylindrical-coordinate representation of color #F5C9C0: hue angle of 10.19º degrees, saturation: 0.73, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F5C9C0 is Cyan = 0, Magento = 0.18, Yellow = 0.22 and Black (K on CMYK) = 0.04.

Color convert

RGB245201192-
CMYK00.180.220.04
HSL10.19º72.6%85.69%-
HSV(B)10.19º21.63%96.08%-
XYZ68.0664.9958.83-
YUV213.13116.08150.73-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 38.40%
GREEN value IS 201 (78.91% from 255) = 31.50%
BLUE value IS 192 (75.39% from 255) = 30.09%
R=38.40%
G=31.50%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.22
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24520119200.180.220.0410.1972.685.69
HexF5C9C0012164a4956
Octal36531130002226412111126
Binary11110101110010011100000001001010110100101010010011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5C9C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5C9C0; }

 p { color: rgb(245,201,192); }

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

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

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

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

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

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

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