#F7C5BB

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

Shades of Your Pink #F7C5BB

Tints of Your Pink #F7C5BB

Color information

#F7C5BB (or 0xF7C5BB) is unknown color: approx Your Pink. HEX triplet: F7, C5 and BB. RGB value is (247,197,187). Sum of RGB (Red+Green+Blue) = 247+197+187=631 (83% of max value = 765). Red value is 247 (96.88% from 255 or 39.14% from 631); Green value is 197 (77.34% from 255 or 31.22% from 631); Blue value is 187 (73.44% from 255 or 29.64% from 631); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C5BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7C5BB is #083A44. Grayscale: #D2D2D2. Windows color (decimal): -539205 or 12305911. OLE color: 12305911.

HSL color Cylindrical-coordinate representation of color #F7C5BB: hue angle of 10º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F7C5BB is Cyan = 0, Magento = 0.20, Yellow = 0.24 and Black (K on CMYK) = 0.03.

Color convert

RGB247197187-
CMYK00.200.240.03
HSL10º78.95%85.1%-
HSV(B)10º24.29%96.86%-
XYZ67.2963.2955.68-
YUV210.81114.56153.81-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 39.14%
GREEN value IS 197 (77.34% from 255) = 31.22%
BLUE value IS 187 (73.44% from 255) = 29.64%
R=39.14%
G=31.22%
B=29.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.24
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24719718700.200.240.031078.9585.1
HexF7C5BB014183a4f55
Octal36730527302430312117125
Binary1111011111000101101110110101001100011101010011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7C5BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7C5BB; }

 p { color: rgb(247,197,187); }

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

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

 a { background-color: rgb(247,197,187); }

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

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

 span { border-color: rgb(247,197,187); }

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