#FAC2CE

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

Shades of Pink #FAC2CE

Tints of Pink #FAC2CE

Color information

#FAC2CE (or 0xFAC2CE) is unknown color: approx Pink. HEX triplet: FA, C2 and CE. RGB value is (250,194,206). Sum of RGB (Red+Green+Blue) = 250+194+206=650 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.46% from 650); Green value is 194 (76.17% from 255 or 29.85% from 650); Blue value is 206 (80.86% from 255 or 31.69% from 650); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC2CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC2CE is #053D31. Grayscale: #D4D4D4. Windows color (decimal): -343346 or 13550330. OLE color: 13550330.

HSL color Cylindrical-coordinate representation of color #FAC2CE: hue angle of 347.14º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FAC2CE is Cyan = 0, Magento = 0.22, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB250194206-
CMYK00.220.180.02
HSL347.14º84.85%87.06%-
HSV(B)347.14º22.4%98.04%-
XYZ69.8663.3666.94-
YUV212.11124.55155.02-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.46%
GREEN value IS 194 (76.17% from 255) = 29.85%
BLUE value IS 206 (80.86% from 255) = 31.69%
R=38.46%
G=29.85%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25019420600.220.180.02347.1484.8587.06
HexFAC2CE01612215b5557
Octal372302316026222533125127
Binary111110101100001011001110010110100101010101101110101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC2CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC2CE; }

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

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

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

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

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

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

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

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