#F8CEC1

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

Shades of Coral Candy #F8CEC1

Tints of Coral Candy #F8CEC1

Color information

#F8CEC1 (or 0xF8CEC1) is unknown color: approx Coral Candy. HEX triplet: F8, CE and C1. RGB value is (248,206,193). Sum of RGB (Red+Green+Blue) = 248+206+193=647 (85% of max value = 765). Red value is 248 (97.27% from 255 or 38.33% from 647); Green value is 206 (80.86% from 255 or 31.84% from 647); Blue value is 193 (75.78% from 255 or 29.83% from 647); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CEC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8CEC1 is #07313E. Grayscale: #D9D9D9. Windows color (decimal): -471359 or 12701432. OLE color: 12701432.

HSL color Cylindrical-coordinate representation of color #F8CEC1: hue angle of 14.18º degrees, saturation: 0.8, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F8CEC1 is Cyan = 0, Magento = 0.17, Yellow = 0.22 and Black (K on CMYK) = 0.03.

Color convert

RGB248206193-
CMYK00.170.220.03
HSL14.18º79.71%86.47%-
HSV(B)14.18º22.18%97.25%-
XYZ70.4167.9559.86-
YUV217.08114.41150.06-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 38.33%
GREEN value IS 206 (80.86% from 255) = 31.84%
BLUE value IS 193 (75.78% from 255) = 29.83%
R=38.33%
G=31.84%
B=29.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.22
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24820619300.170.220.0314.1879.7186.47
HexF8CEC1011163e5056
Octal37031630102126316120126
Binary1111100011001110110000010100011011011111010100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8CEC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8CEC1; }

 p { color: rgb(248,206,193); }

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

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

 a { background-color: rgb(248,206,193); }

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

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

 span { border-color: rgb(248,206,193); }

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