#F1CAC6

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

Shades of Coral Candy #F1CAC6

Tints of Coral Candy #F1CAC6

Color information

#F1CAC6 (or 0xF1CAC6) is unknown color: approx Coral Candy. HEX triplet: F1, CA and C6. RGB value is (241,202,198). Sum of RGB (Red+Green+Blue) = 241+202+198=641 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.60% from 641); Green value is 202 (79.30% from 255 or 31.51% from 641); Blue value is 198 (77.73% from 255 or 30.89% from 641); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CAC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1CAC6 is #0E3539. Grayscale: #D5D5D5. Windows color (decimal): -931130 or 13028081. OLE color: 13028081.

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

Color convert

RGB241202198-
CMYK00.160.180.05
HSL5.58º60.56%86.08%-
HSV(B)5.58º17.84%94.51%-
XYZ67.5965.0262.41-
YUV213.2119.42147.83-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.60%
GREEN value IS 202 (79.30% from 255) = 31.51%
BLUE value IS 198 (77.73% from 255) = 30.89%
R=37.60%
G=31.51%
B=30.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.18
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24120219800.160.180.055.5860.5686.08
HexF1CAC601012563d56
Octal361312306020225675126
Binary111100011100101011000110010000100101011101111011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1CAC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1CAC6; }

 p { color: rgb(241,202,198); }

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

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

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

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

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

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

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