#F7C2B4

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

Shades of Your Pink #F7C2B4

Tints of Your Pink #F7C2B4

Color information

#F7C2B4 (or 0xF7C2B4) is unknown color: approx Your Pink. HEX triplet: F7, C2 and B4. RGB value is (247,194,180). Sum of RGB (Red+Green+Blue) = 247+194+180=621 (82% of max value = 765). Red value is 247 (96.88% from 255 or 39.77% from 621); Green value is 194 (76.17% from 255 or 31.24% from 621); Blue value is 180 (70.70% from 255 or 28.99% from 621); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C2B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7C2B4 is #083D4B. Grayscale: #D0D0D0. Windows color (decimal): -539980 or 11846391. OLE color: 11846391.

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

Color convert

RGB247194180-
CMYK00.210.270.03
HSL12.54º80.72%83.73%-
HSV(B)12.54º27.13%96.86%-
XYZ65.8961.6551.61-
YUV208.25112.06155.64-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 39.77%
GREEN value IS 194 (76.17% from 255) = 31.24%
BLUE value IS 180 (70.70% from 255) = 28.99%
R=39.77%
G=31.24%
B=28.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.27
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24719418000.210.270.0312.5480.7283.73
HexF7C2B40151B3d5154
Octal36730226402533315121124
Binary1111011111000010101101000101011101111110110100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7C2B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7C2B4; }

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

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

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

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

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

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

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

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