#FFC7CF

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

Shades of Pink #FFC7CF

Tints of Pink #FFC7CF

Color information

#FFC7CF (or 0xFFC7CF) is unknown color: approx Pink. HEX triplet: FF, C7 and CF. RGB value is (255,199,207). Sum of RGB (Red+Green+Blue) = 255+199+207=661 (87% of max value = 765). Red value is 255 (100% from 255 or 38.58% from 661); Green value is 199 (78.12% from 255 or 30.11% from 661); Blue value is 207 (81.25% from 255 or 31.32% from 661); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC7CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC7CF is #003830. Grayscale: #D8D8D8. Windows color (decimal): -14385 or 13617151. OLE color: 13617151.

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

Color convert

RGB255199207-
CMYK00.220.190
HSL351.43º100%89.02%-
HSV(B)351.43º21.96%100%-
XYZ72.9366.6168.05-
YUV216.66122.55155.35-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.58%
GREEN value IS 199 (78.12% from 255) = 30.11%
BLUE value IS 207 (81.25% from 255) = 31.32%
R=38.58%
G=30.11%
B=31.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.19
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519920700.220.190351.4310089.02
HexFFC7CF01613015f6459
Octal377307317026230537144131
Binary11111111110001111100111101011010011010101111111001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC7CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC7CF; }

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

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

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

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

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

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

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

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