#F7C6CF

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

Shades of Pink #F7C6CF

Tints of Pink #F7C6CF

Color information

#F7C6CF (or 0xF7C6CF) is unknown color: approx Pink. HEX triplet: F7, C6 and CF. RGB value is (247,198,207). Sum of RGB (Red+Green+Blue) = 247+198+207=652 (86% of max value = 765). Red value is 247 (96.88% from 255 or 37.88% from 652); Green value is 198 (77.73% from 255 or 30.37% from 652); Blue value is 207 (81.25% from 255 or 31.75% from 652); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C6CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7C6CF is #083930. Grayscale: #D5D5D5. Windows color (decimal): -538929 or 13616887. OLE color: 13616887.

HSL color Cylindrical-coordinate representation of color #F7C6CF: hue angle of 348.98º degrees, saturation: 0.75, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F7C6CF is Cyan = 0, Magento = 0.20, Yellow = 0.16 and Black (K on CMYK) = 0.03.

Color convert

RGB247198207-
CMYK00.200.160.03
HSL348.98º75.38%87.25%-
HSV(B)348.98º19.84%96.86%-
XYZ69.8164.6767.83-
YUV213.68124.23151.77-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 37.88%
GREEN value IS 198 (77.73% from 255) = 30.37%
BLUE value IS 207 (81.25% from 255) = 31.75%
R=37.88%
G=30.37%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.16
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24719820700.200.160.03348.9875.3887.25
HexF7C6CF01410315d4b57
Octal367306317024203535113127
Binary111101111100011011001111010100100001110101110110010111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7C6CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7C6CF; }

 p { color: rgb(247,198,207); }

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

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

 a { background-color: rgb(247,198,207); }

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

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

 span { border-color: rgb(247,198,207); }

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