#F6C8CE

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

Shades of Pink #F6C8CE

Tints of Pink #F6C8CE

Color information

#F6C8CE (or 0xF6C8CE) is unknown color: approx Pink. HEX triplet: F6, C8 and CE. RGB value is (246,200,206). Sum of RGB (Red+Green+Blue) = 246+200+206=652 (86% of max value = 765). Red value is 246 (96.48% from 255 or 37.73% from 652); Green value is 200 (78.52% from 255 or 30.67% from 652); Blue value is 206 (80.86% from 255 or 31.60% from 652); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C8CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6C8CE is #093731. Grayscale: #D6D6D6. Windows color (decimal): -603954 or 13551862. OLE color: 13551862.

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

Color convert

RGB246200206-
CMYK00.190.160.04
HSL352.17º71.88%87.45%-
HSV(B)352.17º18.7%96.47%-
XYZ69.865.3667.33-
YUV214.44123.24150.51-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 37.73%
GREEN value IS 200 (78.52% from 255) = 30.67%
BLUE value IS 206 (80.86% from 255) = 31.60%
R=37.73%
G=30.67%
B=31.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24620020600.190.160.04352.1771.8887.45
HexF6C8CE0131041604857
Octal366310316023204540110127
Binary1111011011001000110011100100111000010010110000010010001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6C8CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6C8CE; }

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

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

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

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

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

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

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

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