#FFC5BA

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

Shades of Your Pink #FFC5BA

Tints of Your Pink #FFC5BA

Color information

#FFC5BA (or 0xFFC5BA) is unknown color: approx Your Pink. HEX triplet: FF, C5 and BA. RGB value is (255,197,186). Sum of RGB (Red+Green+Blue) = 255+197+186=638 (84% of max value = 765). Red value is 255 (100% from 255 or 39.97% from 638); Green value is 197 (77.34% from 255 or 30.88% from 638); Blue value is 186 (73.05% from 255 or 29.15% from 638); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC5BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC5BA is #003A45. Grayscale: #D5D5D5. Windows color (decimal): -14918 or 12240383. OLE color: 12240383.

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

Color convert

RGB255197186-
CMYK00.230.270
HSL9.57º100%86.47%-
HSV(B)9.57º27.06%100%-
XYZ70.0764.7455.26-
YUV213.09112.72157.89-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.97%
GREEN value IS 197 (77.34% from 255) = 30.88%
BLUE value IS 186 (73.05% from 255) = 29.15%
R=39.97%
G=30.88%
B=29.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519718600.230.2709.5710086.47
HexFFC5BA0171B0a6456
Octal37730527202733012144126
Binary111111111100010110111010010111110110101011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC5BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC5BA; }

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

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

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

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

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

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

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

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