#FFC7B6

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

Shades of Your Pink #FFC7B6

Tints of Your Pink #FFC7B6

Color information

#FFC7B6 (or 0xFFC7B6) is unknown color: approx Your Pink. HEX triplet: FF, C7 and B6. RGB value is (255,199,182). Sum of RGB (Red+Green+Blue) = 255+199+182=636 (84% of max value = 765). Red value is 255 (100% from 255 or 40.09% from 636); Green value is 199 (78.12% from 255 or 31.29% from 636); Blue value is 182 (71.48% from 255 or 28.62% from 636); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC7B6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC7B6 is #003849. Grayscale: #D5D5D5. Windows color (decimal): -14410 or 11978751. OLE color: 11978751.

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

Color convert

RGB255199182-
CMYK00.220.290
HSL13.97º100%85.69%-
HSV(B)13.97º28.63%100%-
XYZ70.1165.4853.2-
YUV213.81110.05157.38-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.09%
GREEN value IS 199 (78.12% from 255) = 31.29%
BLUE value IS 182 (71.48% from 255) = 28.62%
R=40.09%
G=31.29%
B=28.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.29
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519918200.220.29013.9710085.69
HexFFC7B60161D0e6456
Octal37730726602635016144126
Binary111111111100011110110110010110111010111011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC7B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC7B6; }

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

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

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

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

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

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

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

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