#F6C7BA

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

Shades of Your Pink #F6C7BA

Tints of Your Pink #F6C7BA

Color information

#F6C7BA (or 0xF6C7BA) is unknown color: approx Your Pink. HEX triplet: F6, C7 and BA. RGB value is (246,199,186). Sum of RGB (Red+Green+Blue) = 246+199+186=631 (83% of max value = 765). Red value is 246 (96.48% from 255 or 38.99% from 631); Green value is 199 (78.12% from 255 or 31.54% from 631); Blue value is 186 (73.05% from 255 or 29.48% from 631); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C7BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6C7BA is #093845. Grayscale: #D3D3D3. Windows color (decimal): -604230 or 12240886. OLE color: 12240886.

HSL color Cylindrical-coordinate representation of color #F6C7BA: hue angle of 13º degrees, saturation: 0.77, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F6C7BA is Cyan = 0, Magento = 0.19, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB246199186-
CMYK00.190.240.04
HSL13º76.92%84.71%-
HSV(B)13º24.39%96.47%-
XYZ67.2963.9855.26-
YUV211.57113.57152.56-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 38.99%
GREEN value IS 199 (78.12% from 255) = 31.54%
BLUE value IS 186 (73.05% from 255) = 29.48%
R=38.99%
G=31.54%
B=29.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.24
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24619918600.190.240.041376.9284.71
HexF6C7BA013184d4d55
Octal36630727202330415115125
Binary11110110110001111011101001001111000100110110011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6C7BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6C7BA; }

 p { color: rgb(246,199,186); }

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

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

 a { background-color: rgb(246,199,186); }

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

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

 span { border-color: rgb(246,199,186); }

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