#FFC5B8

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

Shades of Your Pink #FFC5B8

Tints of Your Pink #FFC5B8

Color information

#FFC5B8 (or 0xFFC5B8) is unknown color: approx Your Pink. HEX triplet: FF, C5 and B8. RGB value is (255,197,184). Sum of RGB (Red+Green+Blue) = 255+197+184=636 (84% of max value = 765). Red value is 255 (100% from 255 or 40.09% from 636); Green value is 197 (77.34% from 255 or 30.97% from 636); Blue value is 184 (72.27% from 255 or 28.93% from 636); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC5B8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC5B8 is #003A47. Grayscale: #D4D4D4. Windows color (decimal): -14920 or 12109311. OLE color: 12109311.

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

Color convert

RGB255197184-
CMYK00.230.280
HSL10.99º100%86.08%-
HSV(B)10.99º27.84%100%-
XYZ69.8664.6554.14-
YUV212.86111.72158.06-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.09%
GREEN value IS 197 (77.34% from 255) = 30.97%
BLUE value IS 184 (72.27% from 255) = 28.93%
R=40.09%
G=30.97%
B=28.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.28
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519718400.230.28010.9910086.08
HexFFC5B80171C0b6456
Octal37730527002734013144126
Binary111111111100010110111000010111111000101111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC5B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC5B8; }

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

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

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

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

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

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

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

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