#F9CACA

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

Shades of Coral Candy #F9CACA

Tints of Coral Candy #F9CACA

Color information

#F9CACA (or 0xF9CACA) is unknown color: approx Coral Candy. HEX triplet: F9, CA and CA. RGB value is (249,202,202). Sum of RGB (Red+Green+Blue) = 249+202+202=653 (86% of max value = 765). Red value is 249 (97.66% from 255 or 38.13% from 653); Green value is 202 (79.30% from 255 or 30.93% from 653); Blue value is 202 (79.30% from 255 or 30.93% from 653); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CACA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9CACA is #063535. Grayscale: #D8D8D8. Windows color (decimal): -406838 or 13290233. OLE color: 13290233.

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

Color convert

RGB249202202-
CMYK00.190.190.02
HSL79.66%88.43%-
HSV(B)18.88%97.65%-
XYZ70.8566.6565.01-
YUV216.05120.07151.5-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 38.13%
GREEN value IS 202 (79.30% from 255) = 30.93%
BLUE value IS 202 (79.30% from 255) = 30.93%
R=38.13%
G=30.93%
B=30.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24920220200.190.190.02079.6688.43
HexF9CACA01313205058
Octal3713123120232320120130
Binary1111100111001010110010100100111001110010100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9CACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9CACA; }

 p { color: rgb(249,202,202); }

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

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

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

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

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

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

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