#FFC5B1

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

Shades of Your Pink #FFC5B1

Tints of Your Pink #FFC5B1

Color information

#FFC5B1 (or 0xFFC5B1) is unknown color: approx Your Pink. HEX triplet: FF, C5 and B1. RGB value is (255,197,177). Sum of RGB (Red+Green+Blue) = 255+197+177=629 (83% of max value = 765). Red value is 255 (100% from 255 or 40.54% from 629); Green value is 197 (77.34% from 255 or 31.32% from 629); Blue value is 177 (69.53% from 255 or 28.14% from 629); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC5B1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC5B1 is #003A4E. Grayscale: #D4D4D4. Windows color (decimal): -14927 or 11650559. OLE color: 11650559.

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

Color convert

RGB255197177-
CMYK00.230.310
HSL15.38º100%84.71%-
HSV(B)15.38º30.59%100%-
XYZ69.1464.3750.37-
YUV212.06108.22158.63-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.54%
GREEN value IS 197 (77.34% from 255) = 31.32%
BLUE value IS 177 (69.53% from 255) = 28.14%
R=40.54%
G=31.32%
B=28.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.31
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519717700.230.31015.3810084.71
HexFFC5B10171F0f6455
Octal37730526102737017144125
Binary111111111100010110110001010111111110111111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC5B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC5B1; }

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

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

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

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

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

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

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

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