#FFC5B9

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

Shades of Your Pink #FFC5B9

Tints of Your Pink #FFC5B9

Color information

#FFC5B9 (or 0xFFC5B9) is unknown color: approx Your Pink. HEX triplet: FF, C5 and B9. RGB value is (255,197,185). Sum of RGB (Red+Green+Blue) = 255+197+185=637 (84% of max value = 765). Red value is 255 (100% from 255 or 40.03% from 637); Green value is 197 (77.34% from 255 or 30.93% from 637); Blue value is 185 (72.66% from 255 or 29.04% from 637); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC5B9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC5B9 is #003A46. Grayscale: #D5D5D5. Windows color (decimal): -14919 or 12174847. OLE color: 12174847.

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

Color convert

RGB255197185-
CMYK00.230.270
HSL10.29º100%86.27%-
HSV(B)10.29º27.45%100%-
XYZ69.9664.754.7-
YUV212.97112.22157.98-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.03%
GREEN value IS 197 (77.34% from 255) = 30.93%
BLUE value IS 185 (72.66% from 255) = 29.04%
R=40.03%
G=30.93%
B=29.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519718500.230.27010.2910086.27
HexFFC5B90171B0a6456
Octal37730527102733012144126
Binary111111111100010110111001010111110110101011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC5B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC5B9; }

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

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

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

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

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

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

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

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