#FAC4CF

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

Shades of Pink #FAC4CF

Tints of Pink #FAC4CF

Color information

#FAC4CF (or 0xFAC4CF) is unknown color: approx Pink. HEX triplet: FA, C4 and CF. RGB value is (250,196,207). Sum of RGB (Red+Green+Blue) = 250+196+207=653 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.28% from 653); Green value is 196 (76.95% from 255 or 30.02% from 653); Blue value is 207 (81.25% from 255 or 31.70% from 653); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC4CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC4CF is #053B30. Grayscale: #D5D5D5. Windows color (decimal): -342833 or 13616378. OLE color: 13616378.

HSL color Cylindrical-coordinate representation of color #FAC4CF: hue angle of 347.78º degrees, saturation: 0.84, 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 #FAC4CF is Cyan = 0, Magento = 0.22, Yellow = 0.17 and Black (K on CMYK) = 0.02.

Color convert

RGB250196207-
CMYK00.220.170.02
HSL347.78º84.38%87.45%-
HSV(B)347.78º21.6%98.04%-
XYZ70.4364.3167.73-
YUV213.4124.39154.11-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.28%
GREEN value IS 196 (76.95% from 255) = 30.02%
BLUE value IS 207 (81.25% from 255) = 31.70%
R=38.28%
G=30.02%
B=31.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25019620700.220.170.02347.7884.3887.45
HexFAC4CF01611215c5457
Octal372304317026212534124127
Binary111110101100010011001111010110100011010101110010101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC4CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC4CF; }

 p { color: rgb(250,196,207); }

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

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

 a { background-color: rgb(250,196,207); }

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

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

 span { border-color: rgb(250,196,207); }

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