#F7C2CA

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

Shades of Pink #F7C2CA

Tints of Pink #F7C2CA

Color information

#F7C2CA (or 0xF7C2CA) is unknown color: approx Pink. HEX triplet: F7, C2 and CA. RGB value is (247,194,202). Sum of RGB (Red+Green+Blue) = 247+194+202=643 (85% of max value = 765). Red value is 247 (96.88% from 255 or 38.41% from 643); Green value is 194 (76.17% from 255 or 30.17% from 643); Blue value is 202 (79.30% from 255 or 31.42% from 643); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C2CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7C2CA is #083D35. Grayscale: #D2D2D2. Windows color (decimal): -539958 or 13288183. OLE color: 13288183.

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

Color convert

RGB247194202-
CMYK00.210.180.03
HSL350.94º76.81%86.47%-
HSV(B)350.94º21.46%96.86%-
XYZ68.3162.6264.36-
YUV210.76123.06153.85-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 38.41%
GREEN value IS 194 (76.17% from 255) = 30.17%
BLUE value IS 202 (79.30% from 255) = 31.42%
R=38.41%
G=30.17%
B=31.42%

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
Decimal24719420200.210.180.03350.9476.8186.47
HexF7C2CA01512315f4d56
Octal367302312025223537115126
Binary111101111100001011001010010101100101110101111110011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7C2CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7C2CA; }

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

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

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

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

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

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

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

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