#FFC7CE

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

Shades of Pink #FFC7CE

Tints of Pink #FFC7CE

Color information

#FFC7CE (or 0xFFC7CE) is unknown color: approx Pink. HEX triplet: FF, C7 and CE. RGB value is (255,199,206). Sum of RGB (Red+Green+Blue) = 255+199+206=660 (87% of max value = 765). Red value is 255 (100% from 255 or 38.64% from 660); Green value is 199 (78.12% from 255 or 30.15% from 660); Blue value is 206 (80.86% from 255 or 31.21% from 660); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC7CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC7CE is #003831. Grayscale: #D8D8D8. Windows color (decimal): -14386 or 13551615. OLE color: 13551615.

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

Color convert

RGB255199206-
CMYK00.220.190
HSL352.5º100%89.02%-
HSV(B)352.5º21.96%100%-
XYZ72.866.5667.4-
YUV216.54122.05155.43-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.64%
GREEN value IS 199 (78.12% from 255) = 30.15%
BLUE value IS 206 (80.86% from 255) = 31.21%
R=38.64%
G=30.15%
B=31.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.19
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519920600.220.190352.510089.02
HexFFC7CE0161301606459
Octal377307316026230540144131
Binary11111111110001111100111001011010011010110000011001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC7CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC7CE; }

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

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

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

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

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

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

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

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