#F7C5CF

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

Shades of Pink #F7C5CF

Tints of Pink #F7C5CF

Color information

#F7C5CF (or 0xF7C5CF) is unknown color: approx Pink. HEX triplet: F7, C5 and CF. RGB value is (247,197,207). Sum of RGB (Red+Green+Blue) = 247+197+207=651 (86% of max value = 765). Red value is 247 (96.88% from 255 or 37.94% from 651); Green value is 197 (77.34% from 255 or 30.26% from 651); Blue value is 207 (81.25% from 255 or 31.80% from 651); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C5CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7C5CF is #083A30. Grayscale: #D5D5D5. Windows color (decimal): -539185 or 13616631. OLE color: 13616631.

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

Color convert

RGB247197207-
CMYK00.200.160.03
HSL348º75.76%87.06%-
HSV(B)348º20.24%96.86%-
XYZ69.5964.2167.76-
YUV213.09124.56152.19-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 37.94%
GREEN value IS 197 (77.34% from 255) = 30.26%
BLUE value IS 207 (81.25% from 255) = 31.80%
R=37.94%
G=30.26%
B=31.80%

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
Decimal24719720700.200.160.0334875.7687.06
HexF7C5CF01410315c4c57
Octal367305317024203534114127
Binary111101111100010111001111010100100001110101110010011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7C5CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7C5CF; }

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

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

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

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

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

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

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

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