#F1C8C5

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

Shades of Coral Candy #F1C8C5

Tints of Coral Candy #F1C8C5

Color information

#F1C8C5 (or 0xF1C8C5) is unknown color: approx Coral Candy. HEX triplet: F1, C8 and C5. RGB value is (241,200,197). Sum of RGB (Red+Green+Blue) = 241+200+197=638 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.77% from 638); Green value is 200 (78.52% from 255 or 31.35% from 638); Blue value is 197 (77.34% from 255 or 30.88% from 638); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C8C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1C8C5 is #0E373A. Grayscale: #D3D3D3. Windows color (decimal): -931643 or 12962033. OLE color: 12962033.

HSL color Cylindrical-coordinate representation of color #F1C8C5: hue angle of 4.09º 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 #F1C8C5 is Cyan = 0, Magento = 0.17, Yellow = 0.18 and Black (K on CMYK) = 0.05.

Color convert

RGB241200197-
CMYK00.170.180.05
HSL4.09º61.11%85.88%-
HSV(B)4.09º18.26%94.51%-
XYZ67.0164.0461.65-
YUV211.92119.58148.74-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.77%
GREEN value IS 200 (78.52% from 255) = 31.35%
BLUE value IS 197 (77.34% from 255) = 30.88%
R=37.77%
G=31.35%
B=30.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.18
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24120019700.170.180.054.0961.1185.88
HexF1C8C501112543d56
Octal361310305021225475126
Binary111100011100100011000101010001100101011001111011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1C8C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1C8C5; }

 p { color: rgb(241,200,197); }

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

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

 a { background-color: rgb(241,200,197); }

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

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

 span { border-color: rgb(241,200,197); }

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