#FAC8CE

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

Shades of Pink #FAC8CE

Tints of Pink #FAC8CE

Color information

#FAC8CE (or 0xFAC8CE) is unknown color: approx Pink. HEX triplet: FA, C8 and CE. RGB value is (250,200,206). Sum of RGB (Red+Green+Blue) = 250+200+206=656 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.11% from 656); Green value is 200 (78.52% from 255 or 30.49% from 656); Blue value is 206 (80.86% from 255 or 31.40% from 656); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC8CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC8CE is #053731. Grayscale: #D7D7D7. Windows color (decimal): -341810 or 13551866. OLE color: 13551866.

HSL color Cylindrical-coordinate representation of color #FAC8CE: hue angle of 352.8º degrees, saturation: 0.83, 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 #FAC8CE is Cyan = 0, Magento = 0.2, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB250200206-
CMYK00.20.180.02
HSL352.8º83.33%88.24%-
HSV(B)352.8º20%98.04%-
XYZ71.2266.0967.4-
YUV215.63122.57152.51-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.11%
GREEN value IS 200 (78.52% from 255) = 30.49%
BLUE value IS 206 (80.86% from 255) = 31.40%
R=38.11%
G=30.49%
B=31.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020020600.20.180.02352.883.3388.24
HexFAC8CE0141221615358
Octal372310316024222541123130
Binary111110101100100011001110010100100101010110000110100111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC8CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC8CE; }

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

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

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

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

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

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

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

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