#F5CAC2

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

Shades of Coral Candy #F5CAC2

Tints of Coral Candy #F5CAC2

Color information

#F5CAC2 (or 0xF5CAC2) is unknown color: approx Coral Candy. HEX triplet: F5, CA and C2. RGB value is (245,202,194). Sum of RGB (Red+Green+Blue) = 245+202+194=641 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.22% from 641); Green value is 202 (79.30% from 255 or 31.51% from 641); Blue value is 194 (76.17% from 255 or 30.27% from 641); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CAC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5CAC2 is #0A353D. Grayscale: #D6D6D6. Windows color (decimal): -668990 or 12765941. OLE color: 12765941.

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

Color convert

RGB245202194-
CMYK00.180.210.04
HSL9.41º71.83%86.08%-
HSV(B)9.41º20.82%96.08%-
XYZ68.5165.5560.08-
YUV213.94116.75150.15-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 38.22%
GREEN value IS 202 (79.30% from 255) = 31.51%
BLUE value IS 194 (76.17% from 255) = 30.27%
R=38.22%
G=31.51%
B=30.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.21
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24520219400.180.210.049.4171.8386.08
HexF5CAC201215494856
Octal36531230202225411110126
Binary11110101110010101100001001001010101100100110010001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5CAC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5CAC2; }

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

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

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

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

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

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

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

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