#FFC5B7

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

Shades of Your Pink #FFC5B7

Tints of Your Pink #FFC5B7

Color information

#FFC5B7 (or 0xFFC5B7) is unknown color: approx Your Pink. HEX triplet: FF, C5 and B7. RGB value is (255,197,183). Sum of RGB (Red+Green+Blue) = 255+197+183=635 (84% of max value = 765). Red value is 255 (100% from 255 or 40.16% from 635); Green value is 197 (77.34% from 255 or 31.02% from 635); Blue value is 183 (71.88% from 255 or 28.82% from 635); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC5B7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC5B7 is #003A48. Grayscale: #D4D4D4. Windows color (decimal): -14921 or 12043775. OLE color: 12043775.

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

Color convert

RGB255197183-
CMYK00.230.280
HSL11.67º100%85.88%-
HSV(B)11.67º28.24%100%-
XYZ69.7564.6153.59-
YUV212.75111.22158.14-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.16%
GREEN value IS 197 (77.34% from 255) = 31.02%
BLUE value IS 183 (71.88% from 255) = 28.82%
R=40.16%
G=31.02%
B=28.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.28
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519718300.230.28011.6710085.88
HexFFC5B70171C0c6456
Octal37730526702734014144126
Binary111111111100010110110111010111111000110011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC5B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC5B7; }

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

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

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

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

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

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

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

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