#F6C3BA

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

Shades of Your Pink #F6C3BA

Tints of Your Pink #F6C3BA

Color information

#F6C3BA (or 0xF6C3BA) is unknown color: approx Your Pink. HEX triplet: F6, C3 and BA. RGB value is (246,195,186). Sum of RGB (Red+Green+Blue) = 246+195+186=627 (83% of max value = 765). Red value is 246 (96.48% from 255 or 39.23% from 627); Green value is 195 (76.56% from 255 or 31.10% from 627); Blue value is 186 (73.05% from 255 or 29.67% from 627); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C3BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6C3BA is #093C45. Grayscale: #D1D1D1. Windows color (decimal): -605254 or 12239862. OLE color: 12239862.

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

Color convert

RGB246195186-
CMYK00.210.240.04
HSL76.92%84.71%-
HSV(B)24.39%96.47%-
XYZ66.3862.1754.96-
YUV209.22114.9154.23-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 39.23%
GREEN value IS 195 (76.56% from 255) = 31.10%
BLUE value IS 186 (73.05% from 255) = 29.67%
R=39.23%
G=31.10%
B=29.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.24
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24619518600.210.240.04976.9284.71
HexF6C3BA01518494d55
Octal36630327202530411115125
Binary11110110110000111011101001010111000100100110011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6C3BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6C3BA; }

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

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

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

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

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

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

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

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