#FFC7B9

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

Shades of Your Pink #FFC7B9

Tints of Your Pink #FFC7B9

Color information

#FFC7B9 (or 0xFFC7B9) is unknown color: approx Your Pink. HEX triplet: FF, C7 and B9. RGB value is (255,199,185). Sum of RGB (Red+Green+Blue) = 255+199+185=639 (84% of max value = 765). Red value is 255 (100% from 255 or 39.91% from 639); Green value is 199 (78.12% from 255 or 31.14% from 639); Blue value is 185 (72.66% from 255 or 28.95% from 639); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC7B9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC7B9 is #003846. Grayscale: #D6D6D6. Windows color (decimal): -14407 or 12175359. OLE color: 12175359.

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

Color convert

RGB255199185-
CMYK00.220.270
HSL12º100%86.27%-
HSV(B)12º27.45%100%-
XYZ70.4265.6154.85-
YUV214.15111.55157.14-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.91%
GREEN value IS 199 (78.12% from 255) = 31.14%
BLUE value IS 185 (72.66% from 255) = 28.95%
R=39.91%
G=31.14%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519918500.220.2701210086.27
HexFFC7B90161B0c6456
Octal37730727102633014144126
Binary111111111100011110111001010110110110110011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC7B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC7B9; }

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

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

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

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

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

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

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

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