#F5CAC9

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

Shades of Coral Candy #F5CAC9

Tints of Coral Candy #F5CAC9

Color information

#F5CAC9 (or 0xF5CAC9) is unknown color: approx Coral Candy. HEX triplet: F5, CA and C9. RGB value is (245,202,201). Sum of RGB (Red+Green+Blue) = 245+202+201=648 (85% of max value = 765). Red value is 245 (96.09% from 255 or 37.81% from 648); Green value is 202 (79.30% from 255 or 31.17% from 648); Blue value is 201 (78.91% from 255 or 31.02% from 648); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CAC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5CAC9 is #0A3536. Grayscale: #D6D6D6. Windows color (decimal): -668983 or 13224693. OLE color: 13224693.

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

Color convert

RGB245202201-
CMYK00.180.180.04
HSL1.36º68.75%87.45%-
HSV(B)1.36º17.96%96.08%-
XYZ69.3265.8764.32-
YUV214.74120.25149.58-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 37.81%
GREEN value IS 202 (79.30% from 255) = 31.17%
BLUE value IS 201 (78.91% from 255) = 31.02%
R=37.81%
G=31.17%
B=31.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.18
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24520220100.180.180.041.3668.7587.45
HexF5CAC901212414557
Octal3653123110222241105127
Binary11110101110010101100100101001010010100110001011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5CAC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5CAC9; }

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

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

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

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

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

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

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

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