#F7C0B9

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

Shades of Your Pink #F7C0B9

Tints of Your Pink #F7C0B9

Color information

#F7C0B9 (or 0xF7C0B9) is unknown color: approx Your Pink. HEX triplet: F7, C0 and B9. RGB value is (247,192,185). Sum of RGB (Red+Green+Blue) = 247+192+185=624 (82% of max value = 765). Red value is 247 (96.88% from 255 or 39.58% from 624); Green value is 192 (75.39% from 255 or 30.77% from 624); Blue value is 185 (72.66% from 255 or 29.65% from 624); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C0B9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7C0B9 is #083F46. Grayscale: #CFCFCF. Windows color (decimal): -540487 or 12173559. OLE color: 12173559.

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

Color convert

RGB247192185-
CMYK00.220.250.03
HSL6.77º79.49%84.71%-
HSV(B)6.77º25.1%96.86%-
XYZ65.9660.9854.19-
YUV207.65115.22156.07-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 39.58%
GREEN value IS 192 (75.39% from 255) = 30.77%
BLUE value IS 185 (72.66% from 255) = 29.65%
R=39.58%
G=30.77%
B=29.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.25
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24719218500.220.250.036.7779.4984.71
HexF7C0B901619374f55
Octal3673002710263137117125
Binary111101111100000010111001010110110011111110011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7C0B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7C0B9; }

 p { color: rgb(247,192,185); }

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

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

 a { background-color: rgb(247,192,185); }

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

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

 span { border-color: rgb(247,192,185); }

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