#F6C7CD

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

Shades of Pink #F6C7CD

Tints of Pink #F6C7CD

Color information

#F6C7CD (or 0xF6C7CD) is unknown color: approx Pink. HEX triplet: F6, C7 and CD. RGB value is (246,199,205). Sum of RGB (Red+Green+Blue) = 246+199+205=650 (86% of max value = 765). Red value is 246 (96.48% from 255 or 37.85% from 650); Green value is 199 (78.12% from 255 or 30.62% from 650); Blue value is 205 (80.47% from 255 or 31.54% from 650); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C7CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6C7CD is #093832. Grayscale: #D5D5D5. Windows color (decimal): -604211 or 13486070. OLE color: 13486070.

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

Color convert

RGB246199205-
CMYK00.190.170.04
HSL352.34º72.31%87.25%-
HSV(B)352.34º19.11%96.47%-
XYZ69.4564.8566.61-
YUV213.74123.07151.01-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 37.85%
GREEN value IS 199 (78.12% from 255) = 30.62%
BLUE value IS 205 (80.47% from 255) = 31.54%
R=37.85%
G=30.62%
B=31.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.17
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24619920500.190.170.04352.3472.3187.25
HexF6C7CD0131141604857
Octal366307315023214540110127
Binary1111011011000111110011010100111000110010110000010010001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6C7CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6C7CD; }

 p { color: rgb(246,199,205); }

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

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

 a { background-color: rgb(246,199,205); }

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

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

 span { border-color: rgb(246,199,205); }

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