#F7C2CE

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

Shades of Pink #F7C2CE

Tints of Pink #F7C2CE

Color information

#F7C2CE (or 0xF7C2CE) is unknown color: approx Pink. HEX triplet: F7, C2 and CE. RGB value is (247,194,206). Sum of RGB (Red+Green+Blue) = 247+194+206=647 (85% of max value = 765). Red value is 247 (96.88% from 255 or 38.18% from 647); Green value is 194 (76.17% from 255 or 29.98% from 647); Blue value is 206 (80.86% from 255 or 31.84% from 647); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C2CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7C2CE is #083D31. Grayscale: #D3D3D3. Windows color (decimal): -539954 or 13550327. OLE color: 13550327.

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

Color convert

RGB247194206-
CMYK00.210.170.03
HSL346.42º76.81%86.47%-
HSV(B)346.42º21.46%96.86%-
XYZ68.7962.8166.89-
YUV211.22125.06153.52-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 38.18%
GREEN value IS 194 (76.17% from 255) = 29.98%
BLUE value IS 206 (80.86% from 255) = 31.84%
R=38.18%
G=29.98%
B=31.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.17
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24719420600.210.170.03346.4276.8186.47
HexF7C2CE01511315a4d56
Octal367302316025213532115126
Binary111101111100001011001110010101100011110101101010011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7C2CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7C2CE; }

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

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

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

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

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

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

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

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