#F7C6CD

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

Shades of Pink #F7C6CD

Tints of Pink #F7C6CD

Color information

#F7C6CD (or 0xF7C6CD) is unknown color: approx Pink. HEX triplet: F7, C6 and CD. RGB value is (247,198,205). Sum of RGB (Red+Green+Blue) = 247+198+205=650 (86% of max value = 765). Red value is 247 (96.88% from 255 or 38% from 650); Green value is 198 (77.73% from 255 or 30.46% from 650); Blue value is 205 (80.47% from 255 or 31.54% from 650); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C6CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7C6CD is #083932. Grayscale: #D5D5D5. Windows color (decimal): -538931 or 13485815. OLE color: 13485815.

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

Color convert

RGB247198205-
CMYK00.200.170.03
HSL351.43º75.38%87.25%-
HSV(B)351.43º19.84%96.86%-
XYZ69.5764.5766.55-
YUV213.45123.23151.93-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 38%
GREEN value IS 198 (77.73% from 255) = 30.46%
BLUE value IS 205 (80.47% from 255) = 31.54%
R=38%
G=30.46%
B=31.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.17
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24719820500.200.170.03351.4375.3887.25
HexF7C6CD01411315f4b57
Octal367306315024213537113127
Binary111101111100011011001101010100100011110101111110010111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7C6CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7C6CD; }

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

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

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

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

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

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

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

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