#F7C8CE

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

Shades of Pink #F7C8CE

Tints of Pink #F7C8CE

Color information

#F7C8CE (or 0xF7C8CE) is unknown color: approx Pink. HEX triplet: F7, C8 and CE. RGB value is (247,200,206). Sum of RGB (Red+Green+Blue) = 247+200+206=653 (86% of max value = 765). Red value is 247 (96.88% from 255 or 37.83% from 653); Green value is 200 (78.52% from 255 or 30.63% from 653); Blue value is 206 (80.86% from 255 or 31.55% from 653); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C8CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7C8CE is #083731. Grayscale: #D6D6D6. Windows color (decimal): -538418 or 13551863. OLE color: 13551863.

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

Color convert

RGB247200206-
CMYK00.190.170.03
HSL352.34º74.6%87.65%-
HSV(B)352.34º19.03%96.86%-
XYZ70.1565.5467.35-
YUV214.74123.07151.01-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 37.83%
GREEN value IS 200 (78.52% from 255) = 30.63%
BLUE value IS 206 (80.86% from 255) = 31.55%
R=37.83%
G=30.63%
B=31.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.17
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24720020600.190.170.03352.3474.687.65
HexF7C8CE0131131604b58
Octal367310316023213540113130
Binary111101111100100011001110010011100011110110000010010111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7C8CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7C8CE; }

 p { color: rgb(247,200,206); }

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

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

 a { background-color: rgb(247,200,206); }

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

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

 span { border-color: rgb(247,200,206); }

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