#F6CECB

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

Shades of Coral Candy #F6CECB

Tints of Coral Candy #F6CECB

Color information

#F6CECB (or 0xF6CECB) is unknown color: approx Coral Candy. HEX triplet: F6, CE and CB. RGB value is (246,206,203). Sum of RGB (Red+Green+Blue) = 246+206+203=655 (86% of max value = 765). Red value is 246 (96.48% from 255 or 37.56% from 655); Green value is 206 (80.86% from 255 or 31.45% from 655); Blue value is 203 (79.69% from 255 or 30.99% from 655); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CECB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6CECB is #093134. Grayscale: #D9D9D9. Windows color (decimal): -602421 or 13356790. OLE color: 13356790.

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

Color convert

RGB246206203-
CMYK00.160.170.04
HSL4.19º70.49%88.04%-
HSV(B)4.19º17.48%96.47%-
XYZ70.8668.0565.9-
YUV217.62119.75148.24-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 37.56%
GREEN value IS 206 (80.86% from 255) = 31.45%
BLUE value IS 203 (79.69% from 255) = 30.99%
R=37.56%
G=31.45%
B=30.99%

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
Decimal24620620300.160.170.044.1970.4988.04
HexF6CECB01011444658
Octal3663163130202144106130
Binary1111011011001110110010110100001000110010010001101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6CECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6CECB; }

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

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

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

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

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

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

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

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