#F3CAC5

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

Shades of Coral Candy #F3CAC5

Tints of Coral Candy #F3CAC5

Color information

#F3CAC5 (or 0xF3CAC5) is unknown color: approx Coral Candy. HEX triplet: F3, CA and C5. RGB value is (243,202,197). Sum of RGB (Red+Green+Blue) = 243+202+197=642 (85% of max value = 765). Red value is 243 (95.31% from 255 or 37.85% from 642); Green value is 202 (79.30% from 255 or 31.46% from 642); Blue value is 197 (77.34% from 255 or 30.69% from 642); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CAC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3CAC5 is #0C353A. Grayscale: #D5D5D5. Windows color (decimal): -800059 or 12962547. OLE color: 12962547.

HSL color Cylindrical-coordinate representation of color #F3CAC5: hue angle of 6.52º degrees, saturation: 0.66, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F3CAC5 is Cyan = 0, Magento = 0.17, Yellow = 0.19 and Black (K on CMYK) = 0.05.

Color convert

RGB243202197-
CMYK00.170.190.05
HSL6.52º65.71%86.27%-
HSV(B)6.52º18.93%95.29%-
XYZ68.1665.3361.84-
YUV213.69118.58148.91-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 37.85%
GREEN value IS 202 (79.30% from 255) = 31.46%
BLUE value IS 197 (77.34% from 255) = 30.69%
R=37.85%
G=31.46%
B=30.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.19
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24320219700.170.190.056.5265.7186.27
HexF3CAC501113574256
Octal3633123050212357102126
Binary1111001111001010110001010100011001110111110000101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3CAC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3CAC5; }

 p { color: rgb(243,202,197); }

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

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

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

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

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

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

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