#FFC1BA

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

Shades of Your Pink #FFC1BA

Tints of Your Pink #FFC1BA

Color information

#FFC1BA (or 0xFFC1BA) is unknown color: approx Your Pink. HEX triplet: FF, C1 and BA. RGB value is (255,193,186). Sum of RGB (Red+Green+Blue) = 255+193+186=634 (83% of max value = 765). Red value is 255 (100% from 255 or 40.22% from 634); Green value is 193 (75.78% from 255 or 30.44% from 634); Blue value is 186 (73.05% from 255 or 29.34% from 634); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC1BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC1BA is #003E45. Grayscale: #D2D2D2. Windows color (decimal): -15942 or 12239359. OLE color: 12239359.

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

Color convert

RGB255193186-
CMYK00.240.270
HSL6.09º100%86.47%-
HSV(B)6.09º27.06%100%-
XYZ69.1762.9554.96-
YUV210.74114.04159.57-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.22%
GREEN value IS 193 (75.78% from 255) = 30.44%
BLUE value IS 186 (73.05% from 255) = 29.34%
R=40.22%
G=30.44%
B=29.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519318600.240.2706.0910086.47
HexFFC1BA0181B066456
Octal3773012720303306144126
Binary11111111110000011011101001100011011011011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC1BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC1BA; }

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

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

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

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

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

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

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

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