#F7C2CB

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

Shades of Pink #F7C2CB

Tints of Pink #F7C2CB

Color information

#F7C2CB (or 0xF7C2CB) is unknown color: approx Pink. HEX triplet: F7, C2 and CB. RGB value is (247,194,203). Sum of RGB (Red+Green+Blue) = 247+194+203=644 (85% of max value = 765). Red value is 247 (96.88% from 255 or 38.35% from 644); Green value is 194 (76.17% from 255 or 30.12% from 644); Blue value is 203 (79.69% from 255 or 31.52% from 644); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C2CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7C2CB is #083D34. Grayscale: #D2D2D2. Windows color (decimal): -539957 or 13353719. OLE color: 13353719.

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

Color convert

RGB247194203-
CMYK00.210.180.03
HSL349.81º76.81%86.47%-
HSV(B)349.81º21.46%96.86%-
XYZ68.4362.6764.99-
YUV210.87123.56153.77-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 38.35%
GREEN value IS 194 (76.17% from 255) = 30.12%
BLUE value IS 203 (79.69% from 255) = 31.52%
R=38.35%
G=30.12%
B=31.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.18
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24719420300.210.180.03349.8176.8186.47
HexF7C2CB01512315e4d56
Octal367302313025223536115126
Binary111101111100001011001011010101100101110101111010011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7C2CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7C2CB; }

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

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

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

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

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

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

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

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