#F6CECC

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

Shades of Coral Candy #F6CECC

Tints of Coral Candy #F6CECC

Color information

#F6CECC (or 0xF6CECC) is unknown color: approx Coral Candy. HEX triplet: F6, CE and CC. RGB value is (246,206,204). Sum of RGB (Red+Green+Blue) = 246+206+204=656 (86% of max value = 765). Red value is 246 (96.48% from 255 or 37.5% from 656); Green value is 206 (80.86% from 255 or 31.40% from 656); Blue value is 204 (80.08% from 255 or 31.10% from 656); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CECC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6CECC is #093133. Grayscale: #D9D9D9. Windows color (decimal): -602420 or 13422326. OLE color: 13422326.

HSL color Cylindrical-coordinate representation of color #F6CECC: hue angle of 2.86º degrees, saturation: 0.7, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F6CECC is Cyan = 0, Magento = 0.16, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB246206204-
CMYK00.160.170.04
HSL2.86º70%88.24%-
HSV(B)2.86º17.07%96.47%-
XYZ70.9868.166.53-
YUV217.73120.25148.16-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 37.5%
GREEN value IS 206 (80.86% from 255) = 31.40%
BLUE value IS 204 (80.08% from 255) = 31.10%
R=37.5%
G=31.40%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.17
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24620620400.160.170.042.867088.24
HexF6CECC01011434658
Octal3663163140202143106130
Binary111101101100111011001100010000100011001110001101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6CECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6CECC; }

 p { color: rgb(246,206,204); }

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

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

 a { background-color: rgb(246,206,204); }

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

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

 span { border-color: rgb(246,206,204); }

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