#FFC5BB

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

Shades of Your Pink #FFC5BB

Tints of Your Pink #FFC5BB

Color information

#FFC5BB (or 0xFFC5BB) is unknown color: approx Your Pink. HEX triplet: FF, C5 and BB. RGB value is (255,197,187). Sum of RGB (Red+Green+Blue) = 255+197+187=639 (84% of max value = 765). Red value is 255 (100% from 255 or 39.91% from 639); Green value is 197 (77.34% from 255 or 30.83% from 639); Blue value is 187 (73.44% from 255 or 29.26% from 639); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC5BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC5BB is #003A44. Grayscale: #D5D5D5. Windows color (decimal): -14917 or 12305919. OLE color: 12305919.

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

Color convert

RGB255197187-
CMYK00.230.270
HSL8.82º100%86.67%-
HSV(B)8.82º26.67%100%-
XYZ70.1864.7855.82-
YUV213.2113.22157.81-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.91%
GREEN value IS 197 (77.34% from 255) = 30.83%
BLUE value IS 187 (73.44% from 255) = 29.26%
R=39.91%
G=30.83%
B=29.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519718700.230.2708.8210086.67
HexFFC5BB0171B096457
Octal37730527302733011144127
Binary111111111100010110111011010111110110100111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC5BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC5BB; }

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

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

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

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

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

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

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

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