#F8C7CF

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

Shades of Pink #F8C7CF

Tints of Pink #F8C7CF

Color information

#F8C7CF (or 0xF8C7CF) is unknown color: approx Pink. HEX triplet: F8, C7 and CF. RGB value is (248,199,207). Sum of RGB (Red+Green+Blue) = 248+199+207=654 (86% of max value = 765). Red value is 248 (97.27% from 255 or 37.92% from 654); Green value is 199 (78.12% from 255 or 30.43% from 654); Blue value is 207 (81.25% from 255 or 31.65% from 654); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C7CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8C7CF is #073830. Grayscale: #D6D6D6. Windows color (decimal): -473137 or 13617144. OLE color: 13617144.

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

Color convert

RGB248199207-
CMYK00.200.170.03
HSL350.2º77.78%87.65%-
HSV(B)350.2º19.76%97.25%-
XYZ70.465.3167.93-
YUV214.56123.73151.85-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 37.92%
GREEN value IS 199 (78.12% from 255) = 30.43%
BLUE value IS 207 (81.25% from 255) = 31.65%
R=37.92%
G=30.43%
B=31.65%

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
Decimal24819920700.200.170.03350.277.7887.65
HexF8C7CF01411315e4e58
Octal370307317024213536116130
Binary111110001100011111001111010100100011110101111010011101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8C7CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8C7CF; }

 p { color: rgb(248,199,207); }

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

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

 a { background-color: rgb(248,199,207); }

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

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

 span { border-color: rgb(248,199,207); }

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