#FFC6BA

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

Shades of Your Pink #FFC6BA

Tints of Your Pink #FFC6BA

Color information

#FFC6BA (or 0xFFC6BA) is unknown color: approx Your Pink. HEX triplet: FF, C6 and BA. RGB value is (255,198,186). Sum of RGB (Red+Green+Blue) = 255+198+186=639 (84% of max value = 765). Red value is 255 (100% from 255 or 39.91% from 639); Green value is 198 (77.73% from 255 or 30.99% from 639); Blue value is 186 (73.05% from 255 or 29.11% from 639); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC6BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC6BA is #003945. Grayscale: #D5D5D5. Windows color (decimal): -14662 or 12240639. OLE color: 12240639.

HSL color Cylindrical-coordinate representation of color #FFC6BA: hue angle of 10.43º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FFC6BA is Cyan = 0, Magento = 0.22, Yellow = 0.27 and Black (K on CMYK) = 0.

Color convert

RGB255198186-
CMYK00.220.270
HSL10.43º100%86.47%-
HSV(B)10.43º27.06%100%-
XYZ70.365.1955.33-
YUV213.68112.38157.48-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.91%
GREEN value IS 198 (77.73% from 255) = 30.99%
BLUE value IS 186 (73.05% from 255) = 29.11%
R=39.91%
G=30.99%
B=29.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519818600.220.27010.4310086.47
HexFFC6BA0161B0a6456
Octal37730627202633012144126
Binary111111111100011010111010010110110110101011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC6BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC6BA; }

 p { color: rgb(255,198,186); }

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

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

 a { background-color: rgb(255,198,186); }

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

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

 span { border-color: rgb(255,198,186); }

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