#FFC7C6

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

Shades of Your Pink #FFC7C6

Tints of Your Pink #FFC7C6

Color information

#FFC7C6 (or 0xFFC7C6) is unknown color: approx Your Pink. HEX triplet: FF, C7 and C6. RGB value is (255,199,198). Sum of RGB (Red+Green+Blue) = 255+199+198=652 (86% of max value = 765). Red value is 255 (100% from 255 or 39.11% from 652); Green value is 199 (78.12% from 255 or 30.52% from 652); Blue value is 198 (77.73% from 255 or 30.37% from 652); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC7C6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC7C6 is #003839. Grayscale: #D7D7D7. Windows color (decimal): -14394 or 13027327. OLE color: 13027327.

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

Color convert

RGB255199198-
CMYK00.220.220
HSL1.05º100%88.82%-
HSV(B)1.05º22.35%100%-
XYZ71.8666.1862.41-
YUV215.63118.05156.08-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.11%
GREEN value IS 199 (78.12% from 255) = 30.52%
BLUE value IS 198 (77.73% from 255) = 30.37%
R=39.11%
G=30.52%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.22
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519919800.220.2201.0510088.82
HexFFC7C601616016459
Octal3773073060262601144131
Binary111111111100011111000110010110101100111001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC7C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC7C6; }

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

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

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

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

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

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

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

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