#F6C4BA

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

Shades of Your Pink #F6C4BA

Tints of Your Pink #F6C4BA

Color information

#F6C4BA (or 0xF6C4BA) is unknown color: approx Your Pink. HEX triplet: F6, C4 and BA. RGB value is (246,196,186). Sum of RGB (Red+Green+Blue) = 246+196+186=628 (83% of max value = 765). Red value is 246 (96.48% from 255 or 39.17% from 628); Green value is 196 (76.95% from 255 or 31.21% from 628); Blue value is 186 (73.05% from 255 or 29.62% from 628); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C4BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6C4BA is #093B45. Grayscale: #D1D1D1. Windows color (decimal): -604998 or 12240118. OLE color: 12240118.

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

Color convert

RGB246196186-
CMYK00.200.240.04
HSL10º76.92%84.71%-
HSV(B)10º24.39%96.47%-
XYZ66.6162.6255.03-
YUV209.81114.56153.81-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 39.17%
GREEN value IS 196 (76.95% from 255) = 31.21%
BLUE value IS 186 (73.05% from 255) = 29.62%
R=39.17%
G=31.21%
B=29.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.24
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24619618600.200.240.041076.9284.71
HexF6C4BA014184a4d55
Octal36630427202430412115125
Binary11110110110001001011101001010011000100101010011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6C4BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6C4BA; }

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

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

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

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

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

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

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

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