#F7C0BB

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

Shades of Your Pink #F7C0BB

Tints of Your Pink #F7C0BB

Color information

#F7C0BB (or 0xF7C0BB) is unknown color: approx Your Pink. HEX triplet: F7, C0 and BB. RGB value is (247,192,187). Sum of RGB (Red+Green+Blue) = 247+192+187=626 (82% of max value = 765). Red value is 247 (96.88% from 255 or 39.46% from 626); Green value is 192 (75.39% from 255 or 30.67% from 626); Blue value is 187 (73.44% from 255 or 29.87% from 626); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C0BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7C0BB is #083F44. Grayscale: #CFCFCF. Windows color (decimal): -540485 or 12304631. OLE color: 12304631.

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

Color convert

RGB247192187-
CMYK00.220.240.03
HSL78.95%85.1%-
HSV(B)24.29%96.86%-
XYZ66.1861.0655.31-
YUV207.88116.22155.91-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 39.46%
GREEN value IS 192 (75.39% from 255) = 30.67%
BLUE value IS 187 (73.44% from 255) = 29.87%
R=39.46%
G=30.67%
B=29.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.24
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24719218700.220.240.03578.9585.1
HexF7C0BB01618354f55
Octal3673002730263035117125
Binary111101111100000010111011010110110001110110011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7C0BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7C0BB; }

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

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

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

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

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

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

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

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