#FAC7CE

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

Shades of Pink #FAC7CE

Tints of Pink #FAC7CE

Color information

#FAC7CE (or 0xFAC7CE) is unknown color: approx Pink. HEX triplet: FA, C7 and CE. RGB value is (250,199,206). Sum of RGB (Red+Green+Blue) = 250+199+206=655 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.17% from 655); Green value is 199 (78.12% from 255 or 30.38% from 655); Blue value is 206 (80.86% from 255 or 31.45% from 655); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC7CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC7CE is #053831. Grayscale: #D7D7D7. Windows color (decimal): -342066 or 13551610. OLE color: 13551610.

HSL color Cylindrical-coordinate representation of color #FAC7CE: hue angle of 351.76º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FAC7CE is Cyan = 0, Magento = 0.20, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB250199206-
CMYK00.200.180.02
HSL351.76º83.61%88.04%-
HSV(B)351.76º20.4%98.04%-
XYZ70.9965.6367.32-
YUV215.05122.9152.93-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.17%
GREEN value IS 199 (78.12% from 255) = 30.38%
BLUE value IS 206 (80.86% from 255) = 31.45%
R=38.17%
G=30.38%
B=31.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25019920600.200.180.02351.7683.6188.04
HexFAC7CE0141221605458
Octal372307316024222540124130
Binary111110101100011111001110010100100101010110000010101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC7CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC7CE; }

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

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

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

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

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

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

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

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